Here are
84 public repositories
matching this topic...
Public malware techniques used in the wild: Virtual Machine, Emulation, Debuggers, Sandbox detection.
📦 Plugin, App, and Theme store which includes plugin injection for macOS
Updated
Mar 26, 2022
Objective-C
Demos of various injection techniques found in malware
Transacted Hollowing - a PE injection technique, hybrid between ProcessHollowing and ProcessDoppelgänging
Loader for VAC Bypass written in C.
A set of tutorials about code injection for Windows.
PE Injection、DLL Injection、Process Injection、Thread Injection、Code Injection、Shellcode Injection、ELF Injection、Dylib Injection, including 400+Tools and 350+posts
Search for code cave in all binaries
Updated
Aug 29, 2019
Python
Library for injecting a shared library into a Linux or Windows process
Process & Memory Hacking Library (Windows/Linux/BSD/Android) (C/C++/Python) (x86/x64, ARM/ARM64) (Internal/External)
Automatic generate dll wrapper for code injection.
Updated
Feb 14, 2021
Python
ARTist's core implementation meant to be included in the art project. Provides ARTist APIs and boilerplate code for modules.
MIP – macOS Injection Platform
x64 Windows kernel driver mapper, inject unsigned driver using anycall
sample linux x86_64 ELF virus
PoC for detecting and dumping code injection (built and extended on UnRunPE)
A helper tool that enables Optimus Player to stream audio using AirPlay 2.
Updated
Nov 12, 2020
Swift
Inject the whole exe into another process
Framework designed to automate the process of assembly code injection (trojanising) within Android applications.
Updated
Nov 22, 2019
Smali
Tool for injecting (smali) services to APK files
Updated
Sep 12, 2019
Java
PHP 8.1.0-dev Backdoor System Shell Script
Updated
Jun 6, 2021
Python
Injectra injects shellcode payloads into MacOS applications and package installers.
Updated
Mar 14, 2021
Python
Code Injection technique written in cpp language
Exploit web-vulnerabilities
Injection of managed code into non-managed Windows applications
Fork of android's official platform/art repo, with ARTist's branches and the ARTist submodule.
Improve this page
Add a description, image, and links to the
code-injection
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
code-injection
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
dotnet executable
When compiling the cs files needed for the encoders, the CSC compiler complains and stops the process.
[-] Error: temp\tmpg84fw_q7.cs(26,16777214): error CS1034: Compiler limit exceeded: Line cannot exceed 16777214 characters
To Reproduce
This happens when passing a binary (in my case ~4MB) into inceptor.
Expected behavior
working