Jump to content

Is There A Universal Software To Decompile All Dll Files


prabhu

Recommended Posts

There is no way to get the original source code from a DLL file without the original source code. Decompilers only show you machine code, instructions at the lower level of the programs usually in assembly. There are some Visual Basic editors out there that can show some parts of a forms source file, but for the most part, compiled dll files are like most other binary files on the system and not reversible to plain text of the original source code. However, if you want to see what a dll file does or is doing, use a debugger like Olly Debug or IDA pro. You will need to run the executable that calls the dll file and attach its process to the debugger so you can step through its routines. If this is malware of any kind, do it in a sandbox or virtual machine. If there are comments of code you are trying to find, use a program like strings or PeID.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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