JLospinoso / cpp-implantLinks
A simple implant showcasing modern C++
☆108Updated 5 years ago
Alternatives and similar repositories for cpp-implant
Users that are interested in cpp-implant are comparing it to the libraries listed below
Sorting:
- The source code files that accompany the short book "Building C2 Implants in C++: A Primer" by Steven Patterson (@shogun_lab).☆235Updated last year
- Evasive Process Hollowing Techniques☆142Updated 5 years ago
- ☆138Updated last month
- Windows System Programming Experiments☆223Updated 3 years ago
- https://blog.f-secure.com/hiding-malicious-code-with-module-stomping/☆126Updated 6 years ago
- Simple EDR implementation to demonstrate bypass☆181Updated 5 years ago
- Windows user-land hooks manipulation tool.☆146Updated 4 years ago
- Experiment on reproducing Obfuscate & Sleep☆158Updated 4 years ago
- Red Team Operator: Malware Development Essentials Course☆99Updated 5 years ago
- Managed assembly shellcode generation☆280Updated 4 years ago
- Proxy system calls over an RPC channel☆99Updated 3 years ago
- Example code for EDR bypassing☆151Updated 6 years ago
- Project to check which Nt/Zw functions your local EDR is hooking☆197Updated 4 years ago
- A helper utility for creating shellcodes. Cleans MASM file generated by MSVC, gives refactoring hints.☆185Updated 8 months ago
- PoC for proxying COM objects when hijacking☆212Updated 6 years ago
- An attempt to restore and adapt to modern Win10 version the 'Rootkit Arsenal' original code samples☆74Updated 3 years ago
- Userland API Unhooker Project☆110Updated 4 years ago
- DoppelGate relies on reading ntdll on disk to grab syscall stubs, and patches these syscall stubs into desired functions to bypass Userla…☆123Updated 3 years ago
- A novel technique to communicate between threads using the standard ETHREAD structure☆115Updated 4 years ago
- PoC MSVC COFF Object file loader/injector.☆185Updated 4 years ago
- ☆154Updated 5 years ago
- A modified RunPE (process hollowing) technique avoiding the usage of SetThreadContext by appending a TLS section which calls the original…☆97Updated 6 years ago
- A very proof-of-concept port of InlineWhispers for using syscalls in Nim projects.☆166Updated 4 years ago
- A simple PoC to demonstrate that is possible to write Non writable memory and execute Non executable memory on Windows☆53Updated 4 years ago
- Various tools, PoCs and experiments related to my blog at https://www.forrest-orr.net/☆40Updated 4 years ago
- Assembly HellGate implementation that directly calls Windows System Calls and displays the PPID of the explorer.exe process☆106Updated 2 years ago
- Leverage AMSI (Antimalware Scan Interface) technology to aid your analysis. This tool saves all buffers (scripts, .NET assemblies, etc) …☆110Updated 4 years ago
- Using DInvoke to patch AMSI.dll in order to bypass AMSI detections triggered when loading .NET tradecraft via Assembly.Load().☆218Updated 5 years ago
- From directory deletion to SYSTEM shell☆111Updated 5 years ago
- Simple Process Hollowing in C#☆68Updated 8 years ago