Bypassing app protection using proxy DLLs
Using LIEF and Visual Studio 2019 to build proxy DLLs
Jan 3, 20235 min read1.2K
Search for a command to run...
Articles tagged with #programming
Using LIEF and Visual Studio 2019 to build proxy DLLs
Automatically converting Binary Ninja Low Level IL (LLIL) into python
Using Binary Ninja's Python API to label all functions that are dynamically loaded by hash
Building a Binary Ninja architecture plugin to reverse a software protection challenge
I've recently started reversing some of the Tigress obfuscator challenges, and I decided to use this to test out some of the functionality in Binary Ninja. One of the keys to reversing a virtualization obfuscator is identifying the control loop where...
How the kernel returns from a syscall
