Finding Kernel32 Base Address Hunting for the Kernel32 Unmasking Windows Hidden Treasure Ever wondered how programs interact with the Windows operating system The answer lies within a crucia 2 min read 05-10-2024 8
How to execute shellcode with this C++ program? Injecting Shellcode into Your C Programs Shellcode essentially a sequence of machine instructions allows you to execute arbitrary code within a programs context 2 min read 04-10-2024 14
Generate shellcode by using msfvenom Unpacking the Mystery Generating Shellcode with msfvenom Introduction Shellcode is a small piece of code that can be injected into a vulnerable application to e 2 min read 06-09-2024 27
How to reference data added to the end of position independent shellcode in Windows x86 Referencing Data Added to the End of Position Independent Shellcode in Windows x86 This article explores a technique to reference data appended to the end of po 3 min read 01-09-2024 15