DORSETRIGS
Home

shellcode (4 post)


posts by category not found!

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 48
Finding Kernel32 Base Address
Finding Kernel32 Base Address

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 53
How to execute shellcode with this C++ program?
How to execute shellcode with this C++ program?

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 62
Generate shellcode by using msfvenom
Generate shellcode by using msfvenom

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 47
How to reference data added to the end of position independent shellcode in Windows x86
How to reference data added to the end of position independent shellcode in Windows x86