This is a simple binary loader written in Rust with the help of goblin.
- It is fun
- Having a binary loader allows me to inspect and manipulate binaries programatically, which can be very useful.
- Educational
- A useful way to get familiar with Rust
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
Nope