#
process-injection
Here are 40 public repositories matching this topic...
-
Updated
Apr 28, 2020 - VBA
PE Injection、DLL Injection、Process Injection、Thread Injection、Code Injection、Shellcode Injection、ELF Injection、Dylib Injection, including 400+Tools and 350+posts
dll-injection
code-injection
thread-injection
process-injection
dylib-injection
shellcode-injection
pe-injection
elf-injection
-
Updated
May 25, 2020
FUD shellcode Injector
injector
shellcode
code-injection
cobalt-strike
fud
process-hollowing
undetectable
process-injection
-
Updated
Aug 18, 2021 - C++
Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes
-
Updated
Jan 23, 2022 - C++
Advanced Malware with multifeatures written in ASM/C/C++ , work on all windows versions !
risk
assembly
malware
keylogger
win32api
privilege-escalation
process-hollowing
process-injection
shellcode-injection
-
Updated
Jan 16, 2022 - C++
A C# DLL injection library
csharp
dotnet
reverse-engineering
injection
dll-injection
reversing
dll-injector
process-control
process-injector
process-injection
-
Updated
May 31, 2021 - C#
PE loader with various shellcode injection techniques
-
Updated
Feb 15, 2022 - C++
x64/x86 shellcode injector
-
Updated
Mar 15, 2022 - C++
Source code of exploiting windows API for red teaming series
windows
winapi
windows-10
exploitation
win32api
red-team
process-list
blue-teams
process-injection
pentesteracademy
pentester-academy
-
Updated
Apr 19, 2022 - C++
Process Injection Techniques with Golang
-
Updated
May 29, 2020 - Go
C# Implementation of Jared Atkinson's Get-InjectedThread.ps1
-
Updated
Jul 11, 2021 - C#
0day Windows/x64 Inject All Processes With Meterpreter Reverse Shell Shellcode (655 bytes)
-
Updated
Jul 30, 2021 - Assembly
Poc for ELF64 runtime infection via GOT poisoning technique by elfmaster
c
linux
security
proof-of-concept
virus
elf
x64-assembly
elf64
elf-binaries
process-injection
linux-system-programming
-
Updated
Feb 23, 2020 - C
Solving CE/AC Challenges using ASM/C++
-
Updated
Apr 21, 2022 - Assembly
Russia Wipers Dropper (REvil Ransomware included)
malware
malware-research
dropper
win32api
malware-development
malware-sample
process-injection
wiper
-
Updated
May 26, 2022 - C++
Remote Thread Injection by C# + Delegate Techniques
-
Updated
Jul 2, 2021 - C#
Process inject technique "Thread hijacking" via csharp
-
Updated
Dec 18, 2021 - C#
An implementation of the Process Hollowing technique.
-
Updated
Dec 13, 2020 - C++
Remote Thread Injection by C# Delegate
-
Updated
Jul 2, 2021 - C#
Execution of the malicious code is masked under a legitimate process.
-
Updated
Dec 11, 2020 - C++
Learning Various Process Injection Techniques
-
Updated
Apr 4, 2019 - C++
Examples of basic windows API hooking techniques
-
Updated
Aug 31, 2020 - C++
csharp
code
inmemory
pentesting
etw
antivirus
articles
bypass-antivirus
antivirus-evasion
blueteam
attack-defense
redteaming
process-injector
process-injection
-
Updated
Apr 25, 2022 - HTML
Sample code for pe injection.
-
Updated
Jul 8, 2020 - C++
Unused DLL hollowing PoC in Nim
-
Updated
Jan 31, 2022 - Nim
Windows Core Processes Specefications and How to Hunt Suspicious ones (MindMap)
-
Updated
Feb 16, 2022
Injection of codes @ViolentPython @GrayHatPython
-
Updated
May 1, 2018 - Python
Improve this page
Add a description, image, and links to the process-injection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the process-injection topic, visit your repo's landing page and select "manage topics."
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 charactersTo Reproduce
This happens when passing a binary (in my case ~4MB) into inceptor.
Expected behavior
working