DarkLoadLibrary
DarkLoadLibrary copied to clipboard
LoadLibrary for offensive operations
I use vs2019's x64 to compile normally, but it fails to compile on X86. ``` 1>Assembling src\syscallsstubs.asm... 1>src\syscallsstubs.asm(1): error A2013: .MODEL must precede this directive 1>src\syscallsstubs.asm(5): error A2034: must be...
Hey, great tool. Are there any near-term plans to add DarkLoadLibrary loading for a DLL's dependencies/imports? They're current just using LoadLibrary, and I can see you added a note to...
I made a few minor tweaks to better support mingw and to reduce compiler warnings: * Added function signatures to corresponding header files to remove `no previous declaration for` warnings....
yeah very few `HeapAlloc` calls actually get freed. I would fix this myself but that seems more fitting of a punishment for the creator of said leaks. *ahem* @bats3c
Good day, When I try to load the CLR DLL (e.g: `C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll`), the call to the entry point return `false`. Appart from that, the DLL loading seems fine, do you...
OS: Win10/Win11 (Tested both) DLL: libffi-7.dll (http://sourceware.cygnus.com/libffi/) When attempting to import either from disk (LOAD_LOCAL_FILE) or from memory (LOAD_MEMORY) the DarkLoadLibrary function call crashes with an error 0xc0000409. The specific...