Using a little bit of linkerscript magic and C to patch binaries the toolchain-intended way - instead of manually patching assembly instructions like a madman.
Hello, world!
Patching ELFs with
Hacking Rustls: Adding Your Own CA for HTTP/S Proxies
Give rustls a gentle lobotomy and make it cooperate with the HTTP/S your proxy of choice :).
Mad Max
Spraying the kernel heap for fun, profit and filling up holes.
The Forbidden Fruit
EZ PZ Rop FTW
Shellcode
Nopsleds FTW
Heap Heap Hooray
Manipulating pointers like there’s no tomorrow.
Heap Heap Hooray 2
Who needs exit hooks when you can ROP on stack :rofl:
Reversing ARM Firmware
Reversing a raw firmware dump is very different from reversing an ELF executable or a PE image. There are no sections, no symbols, and often no clear format - just raw bytes.
In this post, I’ll walk through the process of reversing a simple ARM Cortex-M3 (ARMv7-M) firmware image using Ghidra, mapping memory regions, identifying initialization routines, and making sense of global variables.
Ssh Clip
Clipboard with SSH cause graphical web interfaces are just too overkill for copying text.
Reviewbot 3000
XXE is one of those things you never expect to be present but it somehow makes it way to a web chall.