• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    Nim
  • Created almost 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Nim version of MDSec's Parallel Syscall PoC

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