AntiWPA Forum

Full Version: Convert .Exe File Into Source Code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway I can convert the .exe(and .dll) file source code?

HuhBlush
(05-30-2012 12:30 AM)Melissa Wrote: [ -> ]Is there anyway I can convert the .exe(and .dll) file source code?

HuhBlush

Here is some information for you,

File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 412160 (064A00h) Byte(s)
[x] Warning - FileAlignment seems wrong.. is 0x00000200, calculated 0x00000400
[File Heuristics] -> Flag : 00000000000000001100001000100011 (0x0000C223)
[!] UPX 3.03 compressed !
upx internal version : 013 / compression method : 08 (M_NRV2E_LE32) - Level : 09
decompressed adler32 : 0x8418B38B / compressed adler32 : 0xD1AC8C07
uncompressed size : 0x0011EFF3 (01175539) / compressed size : 0x000621F6 (0401910)


Have fun with your google search Smile lol
Sample is a Delphi app.
The kind ya asking the answer is no.
You can't just drop the exe into some magical box and out comes to source that can be compiled.

You may open it in ollydbg or IDA(+ Hexrays decompiler) get used to learn ASM and localize that tiny part of the code like serial key checking function or File format that 'interests' you, slowly try to understand that part and reprogram it in some programming language you know or chose to learn.
^= Reverse Engineering Big Grin
Tks cw2k. Sleepy
waouw this machinery code.
Reference URL's