MochiLdr is a reflective x64 loader written in C/ASM
- Erase of DOS Header after new memory allocation
- Position Independant Code
- CRT Free
- Custom implementation of
- GetProcAddress
- GetModuleHandle
- Support for handling TLS callbacks
- Support for registering exception handlers
- API hashing (jenkins-oaat)
No injector because I want to keep mine private. Just use the one from KaynLdr or make your own.
- ntdll.dll
- NtALlocateVirtualMemory
- NtProtectVirtualMemory
- NtFlushInstructionCache
- LdrLoadDll
- kernel32.dll
- RtlAddFunctionTable
No "MochiLdr.dll" DLL loaded:
Paul Ungur (5pider) - https://github.com/Cracked5pider/KaynLdr
Stephen Fewer - https://github.com/stephenfewer/ReflectiveDLLInjection
Bobby Cooke - https://github.com/boku7/BokuLoader
MaldevAcademy - https://maldevacademy.com/