who have disasmbler source of asm, i want to learn the threoy of dissasmbler,
i see some metiral of c in djgpp,it use the named preccx, i want where have to the source of asm disasmber,thanks
i see some metiral of c in djgpp,it use the named preccx, i want where have to the source of asm disasmber,thanks
Hi
As far as I can remember, I once downloaded these :
FASM
OLLYDBG
(nasm too, I think : quite good, since Linux&Windows)
There are C or asm sources for a disassembler ; you may use Google to find them
Bye
As far as I can remember, I once downloaded these :
FASM
OLLYDBG
(nasm too, I think : quite good, since Linux&Windows)
There are C or asm sources for a disassembler ; you may use Google to find them
Bye
http://home.no.net/tkos/src/debug/
;---------------------------------------------------------------------------
;
; 32-bit IA32 Disassembler Module
;
; Copyright (c) 1999 by Thomas Kjoernes, all rights reserved.
;
;---------------------------------------------------------------------------
...Can someone give me an example? (if it's legal on this forum)