Files
maxDcb-C2Core/modules/ModuleCmd/README.md
T
2024-12-13 06:37:58 -05:00

9 lines
204 B
Markdown

# Syscall
see https://github.com/klezVirus/SysWhispers3
First you need to compile syscall.x64.asm from a windows machine using:
```
ML64 /c syscall.x64.asm /link /NODEFAULTLIB /RELEASE /MACHINE:X64
```