x86/x64 C++ packer with .NET support, dynamic strings, direct system calls and more.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Adapted filesystem class to work with direct system calls, implemented NtWriteFile direct syscall.
10f5579View on GitHubImplemented direct system calls for GetThreadContext, SetThreadContext. Read/WriteProcessMemory, ResumeThread.
2afb7adView on GitHubFixed log crashing and mistake in FsWriteFile (GENERIC_READ instead of GENERIC_WRITE)
5110134View on GitHubMade wrappers for the direct syscalls, added nt definitions and macros.
cb916e2View on GitHub