Pe-Loader-Sample icon indicating copy to clipboard operation
Pe-Loader-Sample copied to clipboard

Proof of concept implementation of in-memory PE Loader based on ReflectiveDLLInjection Technique

Results 4 Pe-Loader-Sample issues
Sort by recently updated
recently updated
newest added

[+] Creating Map View of File [+] Map View of File created [+] Checking for self relocation [+] MyBase: 0x00130000 MySize: 2879488 [+] Mapping Target PE File [+] Loader Base...

failed to import dll or import function from dll

How to pass arguments to main function ?

``` if(!pe->pNtHeaders->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].Size) { ``` EMSG("Failed to map required memory address, need relocation to continue"); EMSG("[WARNING] Forcing re-use of mapped memory"); pe->dwMapBase = (DWORD) pe->pNtHeaders->OptionalHeader.ImageBase; Because your project have random ImageBase...