Trigger a stack overflow with pwntools, measure the offset to the return address with a cyclic pattern, and understand the stack frame that explains where the bytes you send end up.
Principles and practice of the DPA attack to extract an AES key from power traces.
Power analysis principles and hands-on practice with the ChipWhisperer-Husky and the NewAE labs.
Setting up the NewAE labs environment on the ChipWhisperer-Husky: toolchain installation, udev configuration, and launching notebooks to prepare for side-channel and fault injection attacks.
Writing x64 Linux shellcode from the ground up: syscalls, null-byte removal, spawning a shell, and tips for real-world exploitation
Reverse engineering a Zephyr firmware to find a hidden XOR-obfuscated command in a Ph0wn CTF challenge
Crafting and transmitting a 433 MHz OOK signal with a BladeRF to trigger a hidden command on a real device