Skip to content

Implementation Of SysWhispers Direct / Indirect System Call Technique In D.

License

Notifications You must be signed in to change notification settings

dk0m/DlangWhispers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DlangWhispers

Implementation Of SysWhispers Direct System Call Technique In D.

Usage

$ python gen.py --type direct --functions NtAllocateVirtualMemory,NtProtectVirtualMemory,NtWriteVirtualMemory,NtCreateThreadEx --output syscalls.d

Acknowledgement

Thanks to SysWhispers2 for alot of ideas for this, SysWhispers2's inline assembly has been used in this project. KlezVirus for the function prototypes JSON file and SysWhispers3 project.

Problems With Generator

Due to the nature of C and D structs and them being different, Their conversion can be really tedious, Hence why I only made the generator output function definitions.

About

Implementation Of SysWhispers Direct / Indirect System Call Technique In D.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published