Skip to content

Owl4444/Understanding_Windows_Shellcoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Understanding 64 bits Windows Shellcoding

This repository is written in conjunction with the blog post. During this time, I want to understand in full details on a possible implementation. This post aims at understanding the basic concept of writing shellcode without focusing on any encodings, non-null, obfuscation or any special methods in making undetectable shellcodes.

The Goal

With the concepts covered, I believe that we can always tweak it to run other payloads. As of now, we have :

// to spawn a calculator
WinExec("calc.exe",1);

About

This repository is written in conjunction with a blog. During this time, I want to understand in full details on a possible implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors