Help wanted! Disassembling & decompiling static lib

Premium Member
Joined
Jun 2, 2024
Messages
12
Reaction score
0
Points
1
Hi all,

I would like to know from you experts if there is a specific tool that I should be using if I want to disassemble and then decompile a static library file.
I am trying Hopper Disassembler but it is really tedious... and the decompilation does not work that well.

Thanks for any advice you can give me!!
 
Vendor of: Private Cyber Tool & Private Cyber Service
DNA Moderator
Verified Seller
Infinity Member
Joined
Mar 26, 2024
Messages
345
Reaction score
5,819
Points
93
firstly decompile is only for some language like (C#,Java,VB.Net,etc) who use a virtual machine or common language runtime are can be decompiled but a language like (C,C++,Rust,GO) can not be decompiled only can be (disassemble) because they compile to native machine code or lower code like (Assembly) so if your target library or dll are compiled with with (Visual C++ compiler or GCC or G++ ) then you need disassemble & have a good skill in assembly language ,also some program or library mostly mac os x program are use (Clang) for compile code so you can back him to llvm code then do what you want.

so simple if your target are based Virtual Machine Language are easy to decompiled to her source otherwise compiled language they compile to native code is realy hard only in assembly code possible.
 

User Who Replied This Thread (Total Members: 1) Show all

  • Tags
    help