Skip to content

r00tus3r/r00tEmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r00tEmu

An emulation tool to do dynamic binary analysis. Developed using Unicorn Engine and Pylibelf.

Features:

  • Supports basic x64 ELF programs
  • Trace instructions
  • Dump memory mappings and register values
  • Given an address and length, outputs a hexdump
  • Print program and section header info

ToDo:

  • Trace library calls, syscalls and memory accesses
  • Add ARM support and emulate ARM busybox

It is still a work in progress. When complete, it will be useful for emulating and analysing binaries of different architectures.

Releases

No releases published

Packages

No packages published

Languages