Series
Series are several related blog posts on a topic. This could be several blog posts on a related technique, such as different methods of payload injection, or a deep dive into a single topic such as writing a keylogger.- Payload Injection on Windows In this series we explore using Rust and the Windows API to inject and execute shellcode in our own process. The series covers several techniques for injection starting with using userland API calls, then calling undocumented API functions in NTDLL, and finally using Syswhispers to make system calls from our own process.