Jump to content

Decompile of a dll and exe


Recommended Posts

Ok, my files i have i haven't added any packers to it like upx or what not, and its just a plain exe and dll how can i decompile them to get the source??

For VisualBasic you can use VBReformer, but for Delphi and C++ i won't tell ya

Link to comment
Share on other sites

You can't get the source from machine code regardless of what language the original source was written in, period.

In practice what you can do is disassemble the exe and then analyze that to some extent (which is what VBReformer does too - disassemble, not decompile).

Either learn ASM to sniff "your files" or forget about it.

"be smart, drink your wine"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...