Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 595 Bytes

New Executable plugin

Description:

This is a plugin for radare2 to enable new executable file format support for r2.

Plugin installation

With r2 installed clone the repository to a directory and then run make && make install

Tasks Done

  • Check if ne using magic bytes
  • Find the phisical address of binary
  • Find virtual address of binary
  • Retrieve basic binary info for the user

Tasks to be done

  • Section and segment mapping

References