Jump to content
Tuts 4 You

[Question] Is there anyway to decompile a dll that was written in C++?


Recommended Posts

Posted

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.

Posted
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.

  • Like 1
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...