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

I am doing research project in Windows Forensic. I wanted to decompile one static lib written in C++, using Hex editor I have collected some information, but searching for a tool which will reduce my manual efforts. Can you please suggest any tool which helps me reverse engineer the static lib file.

Thanks in advance.
Posted

1 solution

You could start here[^] for some suggestions, although decompiling binary objects is not guaranteed to work 100%. It's not clear what your goal is but you probably need to research the structure of library files and object binaries in order to make progress with your project.
 
Share this answer
 

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