• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Shellcode Template: easily modifiable shellcode template for Windows x64/x86

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,456
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
debugger.png


Shellcode Template

An easily modifiable shellcode template for Windows x64/x86

How does it work?

This template is heavily based on Austin Hudson’s (aka SecIdiot) TitanLdr It compiles the project into a PE Executable and extracts the .text section.

Example

The entrypoint of the shellcode looks like this. Of course, this can be changed for your need. First, we need to initialize needed libraries and functions by using our custom written GetModuleHandle and GetProcAddress.

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top