Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-shellcode-loader

Loader written in rust that injects shellcode into a remote process through NtMapViewOfSection and NtCreateThreadEx. Uses dynamic exports through a Hells Gate crate wrapper I found from 0xflux here and built around evading basic detections. Calls ExitThread to prevent crashing if shellcode doesn't call it, but I dont think i got that part quite right.

Anyways, works.

POC.1.mp4

About

Loader written in rust that injects shellcode into a remote process through NtMapViewOfSection and NtCreateThreadEx

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages