Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 635 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 635 Bytes

Rustin

What is this?

This is a simple binary loader written in Rust with the help of goblin.

Why?

  1. It is fun
  2. Having a binary loader allows me to inspect and manipulate binaries programatically, which can be very useful.
  3. Educational
  4. A useful way to get familiar with Rust

What can I do?

Only ELF and MachO binaries are supported at the moment. Additionally, this poorly named tools will list binary protections and detect languages (rust, go, swift, objc, c).

  • -s to list section
  • -S to list symbols
  • -l to list libraries

Are you sold on the name?

Nope