LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   decompile binaries massively (https://www.linuxquestions.org/questions/linux-software-2/decompile-binaries-massively-275437/)

blinux1 01-08-2005 01:22 PM

decompile binaries massively
 
Hey there. Although I'm about to deal with windows software, I came here first because most likely i'm looking for a open-source solution. I need a program that will be able to decompile a large number of win 32 binaries without user interaction, and present me this information:
1. list of DLLs used by the binary
2. the list of DLL function calls made by the binary
3. the number of different system calls used within each DLL

I know that GNU binutils has a library named LibBFD that can do this, but it seems very complex to extract this information using the C-libraries. And of course programs like PE-explorer and Windasm32 are GUI based, requiring me to open individually .exe s. ARe there any other programs of library sets that I can use to solve this problem? And if there aren't, could you point me to a site or tell me how to easily extract these three things from binutils?

blinux1 01-08-2005 04:42 PM

anybody?

blinux1 01-08-2005 09:11 PM

...

teval 01-09-2005 04:53 PM

You can always check to see if the GNU for windows has objdump. It's capable of generating MZ and PE executables, so if it does, most likely it can do it.

You can also try searching through the wine mailing list and homepage as to how they do it.


All times are GMT -5. The time now is 07:25 AM.