NimPlant
Code injector
A lightweight tool for embedding custom code into existing applications to perform specific tasks without requiring user interaction.
A light-weight first-stage C2 implant written in Nim.
801 stars
13 watching
109 forks
Language: Rust
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rodionovd/task_vaccine | A C-based library that enables code injection into macOS processes by creating a new thread and executing a specific function within the process | 54 |
eusth/ipa | A tool that injects code into Unity projects to modify their behavior | 281 |
droberson/papa-shango | An assembler-based tool to inject shellcode into running processes on Linux using ptrace(), allowing for controlled modification of process behavior. | 5 |
gracicot/kangaru | An inversion of control container for C++11 and later with dependency injection features. | 498 |
jeffdarchuk/sctokenmanager | A framework that enables dynamic content injection into Sitecore RTE fields | 11 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 775 |
altrusl/vite-plugin-html-injection | A plugin to inject reusable code snippets into HTML files during the build process for faster and more maintainable front-end development. | 19 |
malcomvetter/managedinjection | A proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge | 162 |
rentzsch/mach_inject | Enables code injection into arbitrary processes on Mac OS X by copying over necessary code and creating a new thread to execute it. | 818 |
apokryptein/secinject | A tool for injecting malicious code into processes using native APIs and memory section mapping. | 87 |
boku7/hollow | A tool that enables remote process shellcode execution using the Early Bird injection technique | 266 |
silva97/pei | Tools for injecting and manipulating code in PE executables | 30 |
suvllian/process-inject | A collection of Windows process injection methods implemented in C. | 644 |
linkedinattic/inject | A JavaScript module loader and dependency manager for the browser. | 464 |
genotrance/nimgen | Automates the wrapping of C libraries to simplify and speed up compilation with c2nim | 114 |