Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 255 Bytes

Practice-RE

Keep calm reverse engineering!

Some RE topics

  • CrackMe-101: XOR
  • Anti-Debugging Techniques
    • IsDebuggerPresent
    • NtGlobalFlag
  • PE Parsing tool
  • Frida
    • Windows API hooking
    • Android hooking
  • Run shellcode in C
  • Simple Patcher