imfat Posted December 1, 2021 Posted December 1, 2021 I've looked on this forum, other forums, I have googled, and used stack overflow but nothing useful seems to come out of it. I was wondering if any of you guys know a way to get the complete source code of a dll that is written is C++. Thank you.
Dusty Posted December 1, 2021 Posted December 1, 2021 53 minutes ago, imfat said: I've looked on this forum, other forums, I have googled, and used stack overflow but nothing useful seems to come out of it. I was wondering if any of you guys know a way to get the complete source code of a dll that is written is C++. Thank you. Not really, depending on how the program was compiled, the ASM code could look bigger, or sometimes smaller. Your best usage is to use one of three tools: Binary Ninja (not free, but not too bad honestly) Ghidra IDA with plugins, that can decompile it to Pseudocode. 1
imfat Posted December 1, 2021 Author Posted December 1, 2021 16 hours ago, Dusty said: Not really, depending on how the program was compiled, the ASM code could look bigger, or sometimes smaller. Your best usage is to use one of three tools: Binary Ninja (not free, but not too bad honestly) Ghidra IDA with plugins, that can decompile it to Pseudocode. Awesome. thanks for your input.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now