theme | marp |
---|---|
uncover |
true |
- You should know how to program
- Systems Programming basics
- AssaultCube
- Rust
- VSCode with Rust Analyzer extension
Available here: https://github.com/not-matthias/game-hacking-workshop or https://shorturl.at/jmqrV
- Types:
i16
vsu16
- Functions:
fn foo(bar: u32) -> i16 {}
- Variables:
let mut temp = 42;
- Run with:
cargo r
orcargo run
- Points to a memory location
- 64 Bit Process => 64 Bit pointers
- 32 Bit Process => 32 Bit pointers
- Read enemy positions -> Radar or ESP
- Aimbot
- Movement Speed multiplier
- No Recoil / Spread
- EasyAntiCheat
- Battleye
- Vanguard
- ...
- Deobfuscation
- Devirtualization
- ...