#shellcoding
Rustacean Introduction to Shellcoding
Write your first position-independent implant in Rust — from scratch.
PE parsing, loader design, PIC, and real working code to take home.
Bring a Windows VM + x64dbg. Baseline code & Docker container provided.
August 28, 2026 at 6:44 AM
2/3
Yellow-belt covered shellcoding, memory corruption, reverse engineering, ROP, heap exploitation and allocator internals — with lots of hands-on challenges using Ghidra, GDB, pwntools and angr.
June 21, 2026 at 1:00 PM
Probably the best free Windows usermode exploit development training in the world.

41 tutorials. 17 years. Stack overflows. SEH exploits. Shellcoding. Egg hunting. ROP chains. Heap spraying. Unicode explo…

🔁 RT @cr3ghost | reposted by @hasherezade
https://x.com/cr3ghost/status/2064694821839831409
June 28, 2026 at 2:46 PM
Aprendemos também sobre shellcoding e exploração de vulnerabilidades — desde o clássico stack-based buffer overflow até a exploração avançada em binários com todas as mitigações habilitadas e primitivas de leitura e escrita arbitrária obtidas.
June 1, 2026 at 6:23 PM
April 24, 2026 at 6:33 PM
Join us tomorrow, April 17th @ 4pm ET, for some live pwn! We'll be using Binary Ninja's shell coding compiler, patching binaries to make them easier to debug, analyzing data moving from globals to the stack to the heap, and finishing by popping shells live with pwntools: youtube.com/live/VcK4Soe...
Pwn'ing like it's 2016 - Binary Ninja Live Stream
Travel back to a simpler time with me and let's pwn some old CTF challenges! This week we'll be looking at shellcoding, ROP, and heap challenges that we'll e...
youtube.com
April 16, 2026 at 3:39 PM
hxp 39C3 CTF – shell(de)coding Challenge Writeup

This challenge presents a classic shellcoding problem with a twist: instead of writing shellcode to spawn a shell or read a file, we must write ultra-compact x86-64 shellcode that performs Base64 decoding. The challenge runs our shellcode inside the…
hxp 39C3 CTF – shell(de)coding Challenge Writeup
This challenge presents a classic shellcoding problem with a twist: instead of writing shellcode to spawn a shell or read a file, we must write ultra-compact x86-64 shellcode that performs Base64 decoding. The challenge runs our shellcode inside the Unicorn CPU emulator and verifies that our decoder correctly transforms a randomly generated Base64-encoded secret back to its original bytes. The core constraint is brutally simple but difficult to achieve:
kore.one
December 31, 2025 at 12:52 PM
No prior assembly knowledge needed -- get familiar with x86-64 architecture and shellcoding, then get evil with buffer overflows.

#nsec19 workshop: "64-bit shellcoding and introduction to buffer overflow exploitation on Linux" by @SilviaValiSV

https://t.co/bnvmfsnGqQ
July 11, 2025 at 10:13 AM
"Introduction to Assembly Language and Shellcoding", Workshop during #nsec17 by @MrUn1k0d3r & @0xTowel register at https://nsec.io/speakers
July 11, 2025 at 10:12 AM
Only 3 seats left for "A Rustecean Introduction to Shellcoding" workshop!

www.eventbrite.de/e/bsidesfran...
July 10, 2025 at 2:12 PM
Advanced Shellcoding: PEB Traversal for Dynamic API Resolution

Introduction Modern malware and red team operations often evade detection by avoiding the Import Address Table (IAT), a common target for static analysis. Instead, techniques like Process Environment Block (PEB) traversal enable…
Advanced Shellcoding: PEB Traversal for Dynamic API Resolution
Introduction Modern malware and red team operations often evade detection by avoiding the Import Address Table (IAT), a common target for static analysis. Instead, techniques like Process Environment Block (PEB) traversal enable dynamic resolution of critical APIs like `LoadLibraryA` and MessageBoxA. This article explores how shellcode leverages PEB traversal to bypass IAT dependencies, enhancing stealth and flexibility. Learning Objectives…
undercodetesting.com
June 28, 2025 at 6:16 PM
memory errors + shellcoding research
werewolves.world
March 11, 2025 at 5:00 PM
i need 2 do a project on shellcoding soon
March 11, 2025 at 4:29 PM
I got my first click from Google for my MSVC shellcoding post. I wish the analytics would tell me what they were searching for. I like that it came from South Korea, the infosec community there is great.
January 9, 2025 at 9:20 AM
No opinion on the handle change, but just wanted to say your blog is great btw. Loved your MSVC shellcoding post.
November 30, 2024 at 3:00 PM
I wrote a post on how to write reflective payloads like shellcode with the MSVC compiler. No assembly required! Just some knowledge about PE files so you can do some post-processing. amethyst.systems/blog/posts/s... #hacking #infosec #malware
Shellcoding with MSVC
When it comes to thinking about shellcode, normally we don’t think of the MSVC toolchain. Maybe we’ll think of MASM, the assembler of MSVC, but we certainly won’t think of the C compiler. We typically...
amethyst.systems
November 20, 2024 at 6:39 AM
x64 Assembly & Shellcoding 101 - Conclusion
x64 Assembly & Shellcoding 101 - Conclusion
g3tsyst3m.github.io
November 19, 2024 at 4:09 AM
shellcoding
October 23, 2024 at 6:02 AM