Skip to content

frkngksl/ParallelNimcalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Nim version of MDSec's Parallel Syscall PoC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages