arsium / BypassGetModuleBaseAddressAndGetExportAddressLinks
A proof of concept of real custom GetProcAddress and GetModuleBaseAddress
☆21Updated 3 years ago
Alternatives and similar repositories for BypassGetModuleBaseAddressAndGetExportAddress
Users that are interested in BypassGetModuleBaseAddressAndGetExportAddress are comparing it to the libraries listed below
Sorting:
- Hide code from dnSpy and other C# spying tools☆42Updated 5 years ago
- A PoC to demo modifying cmdline of the child process dynamically. It might be useful against process log tracing, AV or EDR.☆39Updated 5 years ago
- Change hash for a signed pe☆16Updated 2 years ago
- RunPE using Hell's Gate technique.☆32Updated 5 years ago
- One gate to all syscalls!☆23Updated 3 years ago
- An attempt to make a LoadLibrary designed for offensive operations, in C# obviously.☆55Updated 3 years ago
- C code to enable ETW tracing for Dotnet Assemblies☆32Updated 3 years ago
- Modified Version of Melkor @FuzzySecurity capable of creating disposable AppDomains in injected processes.☆28Updated 4 years ago
- A Study in Obfuscation: Analyzing the effect of various techniques to bypass AV engines☆45Updated 3 years ago
- ☆60Updated 3 years ago
- ☆26Updated 4 years ago
- POC of PPID spoofing using NtCreateUserProcess with syscalls to create a suspended process and performing process injection by overwritti…☆40Updated 4 years ago
- Collection of shellcode injection and execution techniques☆18Updated 5 months ago
- A crappy hook on SpAcceptLsaModeContext that prints incoming auth attempts. WIP