Shellcode reflective DLL injection in Rust
Go to file
2024-01-03 21:01:26 +02:00
generator initial shellcode generator version (untested) 2024-01-03 21:01:26 +02:00
injector c++ conversion & updated build config 2024-01-02 23:06:07 +02:00
payload c++ conversion & updated build config 2024-01-02 23:06:07 +02:00
reflective_loader obfuscate loader IAT patching with conditional sleeps 2024-01-03 17:25:17 +02:00
toolchains separate toolchain dir 2023-12-29 20:01:39 +02:00
.gitignore semiproper cmake build configuration 2023-12-29 21:36:08 +02:00
build.sh simplified build setup 2023-12-30 23:21:14 +02:00
CMakeLists.txt initial shellcode generator version (untested) 2024-01-03 21:01:26 +02:00
LICENSE Initial commit 2023-12-13 00:18:24 +02:00
README.md initial shellcode generator version (untested) 2024-01-03 21:01:26 +02:00

Shellcode reflective DLL injection in C++

Placeholder.

Features

  • kB loader
  • kB injector

Check out [Alcatraz] for additional obfuscation for the shellcode/injector.

Credits