rmusser01 / KaynLdr

KaynLdr is a Reflective Loader written in C/ASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KaynLdr

About

KaynLdr is a Reflective Loader written in C / ASM. It uses direct syscalls to allocate virtual memory as RW and changes it to RX. It erases the DOS and NT Headers to make it look less suspicious in memory.

Features

  • Uses direct syscall (TartarusGate by trickster0)
  • Erases the DOS and NT header
  • only the .text section is going to be RX

TODO

  • Add Hooks
  • Rewrite most functions in assembly
  • x86 support
  • Add cna file for Cobalt Strike User Defined Reflective DLL Loader

Preview

Credits:

About

KaynLdr is a Reflective Loader written in C/ASM


Languages

Language:C 90.6%Language:Assembly 6.7%Language:Makefile 2.7%