Furkan Göksel 4837dd9080 Update README.md
2026-04-04 15:00:13 +03:00
2026-04-03 19:07:41 +03:00
2022-01-14 13:39:54 +03:00
2026-04-04 15:00:13 +03:00
2022-01-14 13:39:54 +03:00

ParallelNimcalls

This repo contains the Nim variant of the recent MDSec's research which is Parallel Syscalls.

You can use this code to load a clean version of ntdll.dll from the filesystem.

image

Compilation

You can directly compile the source code with the following command:

nim c -d:release --opt:size --passC:"-masm=intel" Main.nim

In case you get the error "cannot open file: winim/lean", you should also install winim dependency:

nimble install winim

Reference

Disclaimer

For authorized security testing only. Misuse of this tool against systems without explicit permission is illegal.

S
Description
Automated archival mirror of github.com/frkngksl/ParallelNimcalls
Readme MIT 38 KiB
Languages
Nim 100%