mttaggart/OffensiveNotion

[New Feature] COFF loader

fsacer opened this issue · 1 comments

Integrate a way to load COFF files on the agent to provide a lot more flexibility and functionality to the framework.

Seen someone tried to write BOFs for CS https://github.com/wumb0/rust_bof in Rust.

Other potentially helpful projects:
https://github.com/trustedsec/COFFLoader
https://github.com/Yaxser/COFFLoader2
https://github.com/frkngksl/NiCOFF
https://github.com/d4rckh/nim-coff

This crate is pretty helpful for parsing the COFF, but couldn't go beyond that yet.

https://github.com/gimli-rs/object