Skip to content

Binary Loader implementation in rust, eventually to become a simple binary analysis tool

Notifications You must be signed in to change notification settings

hex0punk/rustin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Binary Loader implementation in rust, eventually to become a simple binary analysis tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages