Re:please. i need a .exe decompiler.
Posted: Thu Nov 28, 2002 4:00 pm
Just download NASM for windows. It includes "ndisasm" - that uses DOS command lines to disassble files...but you have to know Assembly!
Does this seem familer:
Set13hMode:
mov ax, 13h
int 10h
ret
Does this seem familer:
Set13hMode:
mov ax, 13h
int 10h
ret