Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 3.03 KB

reverse-engineering.md

File metadata and controls

39 lines (34 loc) · 3.03 KB

Reverse Engineering

Articles

Learning

Practice

Resources

  • Awesome Reversing
  • The Zoo - A repository of LIVE malwares for your own joy and pleasure. theZoo is a project created to make the possibility of malware analysis open and available to the public.

Tools

  • angrop - angrop is a rop gadget finder and chain builder
  • cuckoo - Cuckoo Sandbox is an automated dynamic malware analysis system
  • Cutter - Free and Open Source Reverse Engineering Platform powered by rizin
  • al-khaser - Public malware techniques used in the wild: Virtual Machine, Emulation, Debuggers, Sandbox detection.
  • Ghidra - A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission
  • ImHex - A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
  • objdump - Displays the hex and assembly for a binary file
  • rr - Record and Replay Framework
  • USBREVue - USBREVue is a suite of tools for reverse-engineering USB devices.
  • yara - YARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples