#reverse-engineering
Read more stories on Hashnode
Articles with this tag
If you've been reversing x86/x64 for a while then you will have definitely come across functions that end like this: We know two things here: The...
I was really really excited when Open Obfuscator was launched. I've enjoyed the challenges that application obfuscation have given us over the years,...
If you've been reversing for a while then eventually you'll come up against a control flow graph that looks like this: This is a simple toy app...
Using LIEF and Visual Studio 2019 to build proxy DLLs · I've been modding some games on Steam recently, and some of them make use of the Steamworks...
Automatically converting Binary Ninja Low Level IL (LLIL) into python · I've started looking into the Adylkuzz malware, as mentioned by Tim Blazytko in...
Using Binary Ninja's Python API to label all functions that are dynamically loaded by hash · Hashing function names slows down reversers It's common for...