convert exe to text
Mar 5, 2014 at 8:29am
hi
i want to convert exe to text like when we open some exe with notepad++
i convert that but give me MZE
just want to check programs inside whit my db ;)
sry for my bad EN
Best Regard
Mar 5, 2014 at 9:39am
A compiled program is some kind of binary machine code, and cannot easily be converted to text.
Mar 5, 2014 at 6:15pm
Does "db" stand for debugger? Because if that's the case then you just open the binary with the debugger. Maybe you should read the manual?
Mar 6, 2014 at 11:56am
a exe is binary code so you could open it in a hex or binary editor
or translate in into assembly code with a program like smartdec
Topic archived. No new replies allowed.