Click here to Skip to main content
15,886,823 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need an open source dissassembler(preferably in c++) which can determine API function calls(statically ofcourse) so that I can extract API call sequences from it. Has anybody worked with an open source dissassembler?
I need to disassemble the exe, and binary files which can be potentially malwares.

Thanks
Posted
Updated 26-Dec-11 20:26pm
v2

1 solution

 
Share this answer
 
Comments
lilyNaz 27-Dec-11 2:25am    
Thanks mehdi,I need to disassemble the exe, and binary files which can be potentially malwares, Does Boomerang do that?
but boomerang dissassemble c codes, right?
Mehdi Gholam 27-Dec-11 5:32am    
Most disassembler do so to assembly language and not C.
lilyNaz 3-Jan-12 0:38am    
I worked with boomerang and I decided to get its source code using the tools presented in the website(wincvstools->checkout), but the problem is that I can't get the source code, (ERROR: connection timed out), Is there any other way that I can get the source code?
Mehdi Gholam 3-Jan-12 0:56am    
Retry from another sourceforge host.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900