Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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.

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.

  • Author
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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.