Lunar is a lightweight native DLL mapping library that supports mapping directly from memory.
Features
Getting Started
The example below demonstrates a simple implementation of the library
var libraryMapper = new LibraryMapper(process, dllBytes);
// Map the DLL into the process
libraryMapper.MapLibrary();
// Unmap the DLL from the process
libraryMapper.UnmapLibrary();
Also Read – Sandcastle : A Python Script For AWS S3 Bucket Enumeration
Constructors
LibraryMapper(Process, Memory<byte>)
LibraryMapper(Process, string)
Properties
DllBaseAddress
The base address of the DLL in the remote process after it has been mapped.
Methods
MapLibrary()
UnmapLibrary()
Caveats
Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…
Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…
The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…
Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…
Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…