Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frank2/oxide
A PoC packer written in Rust!
https://github.com/frank2/oxide
Last synced: about 7 hours ago
JSON representation
A PoC packer written in Rust!
- Host: GitHub
- URL: https://github.com/frank2/oxide
- Owner: frank2
- License: gpl-3.0
- Created: 2022-03-19T03:54:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T00:31:08.000Z (over 2 years ago)
- Last Synced: 2024-07-08T16:39:58.610Z (4 months ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 64
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-security - oxide - PoC packer written in Rust. (Offensive Security and Red Teaming / Packing, Obfuscation, Encryption, Anti-analysis)
- awesome-hacking-lists - frank2/oxide - A PoC packer written in Rust! (Rust)
README
# OXiDE
OXiDE is a PoC Rust packer. It doesn't do much other than compress the target binary, but if you read the code,
you'll find that extending it to do more (e.g., obfuscation, anti-reversing) is very possible! For updates to the
package, you can read the changelog [here](https://github.com/frank2/oxide/blob/main/CHANGELOG.md).## Building
You need a copy of [NASM](https://www.nasm.us/) in your working directory. This is because OXiDE uses build-scripts
in order to accomplish various assembly tasks. Other than that, simply running `cargo build` on the root directory
should be enough to build the binary.Originally, this was using Rust nightly builds, but now that the strip feature is included in the main binary,
this only requires the mainline. Minimum version to compile should be Rust 1.56.## Contact
This is still an ongoing project and I plan on revamping it into more than just a PoC, so if you want to contribute,
feel free to issue a PR here on GitHub or contact me via Twitter at @[verixvogel](https://twitter.com/verixvogel).