Skip to content

Instantly share code, notes, and snippets.

View CRingrose94's full-sized avatar

Chris Ringrose CRingrose94

  • Newcastle, UK
View GitHub Profile
@etra0
etra0 / README.md
Last active December 27, 2020 19:44

I did this exercise in order to learn about internal hacking using DLL injection and interfacing ASM with Rust.

This code will not compile by itself, you need to create the rust structure which should look something like this

dll
├── Cargo.toml
├── build.rs
└── src
    ├── interceptor.asm
 └── lib.rs