Browsing Tag
reverse
2 posts
[EN] Introduction to Frida: Real-Time Memory Manipulation with TypeScript (and DOOM)
Translation: Este artigo também está disponível em Português Introduction The other day, I was reading updates on the…
Howto turn a x86 binary executable back into C source code
Objective: turn a x86 binary executable back into C source code. Understand how the compiler turns C into…