Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert .Exe File Into Source Code?
05-30-2012, 12:30 AM
Post: #1
Question Convert .Exe File Into Source Code?
Is there anyway I can convert the .exe(and .dll) file source code?

HuhBlush

∎ •0y4h ➜ Old versions     •BrWN ➜ Old versions     •4+oV ➜ 6.5 Encoder     •HR+c ➜ 7.0 Encoder     •mdgs ➜ May be future 8.0 Encoder ∎
☰= My Projects =☰
╔[☑] {GSPl 1.3.3}
╠[☒] {TCAdmin 2.0 [ FAIL .-. ]}
╚[☑] {Whmcs 5.1.0}
Find all posts by this user
Quote this message in a reply
05-30-2012, 06:13 AM
Post: #2
RE: Convert .Exe File Into Source Code?
(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
Find all posts by this user
Quote this message in a reply
05-31-2012, 08:03 AM
Post: #3
RE: Convert .Exe File Into Source Code?
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
Find all posts by this user
Quote this message in a reply
05-31-2012, 05:33 PM
Post: #4
RE: Convert .Exe File Into Source Code?
Tks cw2k. Sleepy

∎ •0y4h ➜ Old versions     •BrWN ➜ Old versions     •4+oV ➜ 6.5 Encoder     •HR+c ➜ 7.0 Encoder     •mdgs ➜ May be future 8.0 Encoder ∎
☰= My Projects =☰
╔[☑] {GSPl 1.3.3}
╠[☒] {TCAdmin 2.0 [ FAIL .-. ]}
╚[☑] {Whmcs 5.1.0}
Find all posts by this user
Quote this message in a reply
07-03-2012, 10:39 PM
Post: #5
RE: Convert .Exe File Into Source Code?
waouw this machinery code.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication