2025-12-02 12:18:52 +01:00
2025-11-23 16:27:33 +01:00
2025-11-23 15:54:07 +01:00
2025-11-23 15:54:07 +01:00
2025-12-02 12:18:52 +01:00

MochiLdr

MochiLdr is a reflective x64 loader written in C/ASM

Features

  • 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.

APIs used

  • ntdll.dll
    • NtALlocateVirtualMemory
    • NtProtectVirtualMemory
    • NtFlushInstructionCache
    • LdrLoadDll
  • kernel32.dll
    • RtlAddFunctionTable
image

No "MochiLdr.dll" DLL loaded:

image

Credits

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/
S
Description
Automated archival mirror of github.com/mochabyte0x/MochiLdr
Readme MIT 56 KiB
Languages
C 98.9%
Assembly 1.1%