All Projects → ioncodes → dlsym_hook

ioncodes / dlsym_hook

Licence: other
Instrumenting a binary without source code to bypass anti-debug checks

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
shell
77523 projects

dlsym_hook

Example project created for my blog post "Instrumenting binaries using revng and LLVM" using revng and LLVM.

What does it do?

It dumps the strings passed to dlsym by lifting and instrumenting the binary. We then finally recompile it back to a working executable bypassing anti debug checks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].