Logo
RSS Feed

🪛 Reverse Engineering

📚 Basics

During forensics investigation it’s sometimes needed to reverse engineer some suspicious piece of code. This section is a reverse engineering dive-in section.

🩻 Anatomy Of Executables

🎁 Packed Executables And Unpacking

There are several indicators that the executable is packed. Here they are (this list will be growing as I encounter new indicators):

💱 Symbolic and Concrete Execution

References Expand… [1] Mobile Sec Guide [2] Symbolic execution on iOS with R2Frida & ESILSolve