Skip to content

ElephantSe4l/Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Notes

This repository contains all the notes I wrote during my research. Many things may not be accurate or even wrong. These are simply my attempts to understand how things work.

Section Creation

After reading some posts about how Windows creates image sections, I wanted to investigate how it works. It is an interesting topic that can benefit in a lot of offensive security scenarios. See for example Process Herpaderping or this post.

For this reason I have been trying to understand the (basic) flow of this mechanism and reverse engineer it into an easy-to-read code. Within WindowsSectionCreation.cpp there is pseudocode that mimics the functionality of MiCreateImageOrDataSection in a basic way. I will probably continue with the rest of the functions at some point.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages