Skip to content

nettitude/SyscallsExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Syscalls Extractor

Utility project to extract build information and syscall numbers from a host.

.\SyscallsExtractor.exe

[*] Platform ID: 2
[*] Build Number: 22000
[*] Major Version: 10
[*] Minor Version: 0
[*] Service Pack Major: 0
[*] Service Pack Minor: 0

[*] Syscalls

NtOpenProcess:           0x26
NtCreateThreadEx:        0xC5
NtWriteVirtualMemory:    0x3A
ZwAllocateVirtualMemory: 0x18
NtCreateSection:         0x4A
ZwMapViewOfSection:      0x28
NtCreateProcess:         0xBC
ZwProtectVirtualMemory:  0x50
ZwReadVirtualMemory:     0x3F
NtCreateThread:          0x4E
NtUnmapViewOfSection:    0x2A
NtCreateUserProcess:     0xCD
ZwFreeVirtualMemory:     0x1E
NtQueueApcThread:        0x45

[*] Done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages