Disassembler for IBM PC (SoftIce)
-
Can anyone tell me where can I find a dis-assembler for pc? I have heard of a popular software called SoftIce. If any one can tell me about SoftIce then it would be great ! thanks in advance ___________________________ When a thing is new, people say, "It's not true." Later, when its truth becomes obvious, people say, "It's not important." Finally, when its importance cannot be denied, people say, "Well, it's not new."
-
Can anyone tell me where can I find a dis-assembler for pc? I have heard of a popular software called SoftIce. If any one can tell me about SoftIce then it would be great ! thanks in advance ___________________________ When a thing is new, people say, "It's not true." Later, when its truth becomes obvious, people say, "It's not important." Finally, when its importance cannot be denied, people say, "Well, it's not new."
I personally use OllyDbg (http://home.t-online.de/home/Ollydbg/[^]). This is a debugger including a disassembler. SoftIce is indeed better than OllyDbg, but it isn't free. You can purchase it here for example: http://www.microway.com.au/compuware/softice.stm[^] -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) -
I personally use OllyDbg (http://home.t-online.de/home/Ollydbg/[^]). This is a debugger including a disassembler. SoftIce is indeed better than OllyDbg, but it isn't free. You can purchase it here for example: http://www.microway.com.au/compuware/softice.stm[^] -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;)i want to debug .COM file also.. can we use OllyDbg for that too? ___________________________ When a thing is new, people say, "It's not true." Later, when its truth becomes obvious, people say, "It's not important." Finally, when its importance cannot be denied, people say, "Well, it's not new."