|
|
|
|
|
by matheusmoreira
231 days ago
|
|
Almost freestanding. It still requires you to link against kernel32 and use the functions it provides. This is because issuing system calls directly to the Windows kernel is not supported. The kernel developers reserve the right to change things like system call numbers, so they can't be hardcoded into the application. |
|
[1]: https://gist.github.com/rfl890/195307136c7216cf243f7594832f4...