Página 1 de 1

x86 RunPE Shellcode Wrapper

Publicado: 26 Abr 2016, 10:27
por Scorpio
Wardow escribió: Hello!

I'm here to release a RunPE Shellcode I have made.

Informations:

Gets Kernel32 and Ntdll modules addresses from PEB
Resolves needed functions pointers by walking on the EAT
Is able to apply fixups
Supports Unicode
Does apply proper section memory protection flags
Will technically never fail when the file has a relocation table (fixups)
You can pass custom arguments, program to hollow
Should be the most stable possible
There should not be any memory leak

Call chain:
ntdll!RtlZeroMemory, CreateProcessW, GetThreadContext, ReadProcessMemory, NtUnmapViewOfSection, VirtualAlloc, VirtualAllocEx, ntdll!memcpy, WriteProcessMemory, VirtualProtectEx, SetThreadContext, ResumeThread

Mostrar/Ocultar

Creditos: Wardow (Raped Pony).

//Regards.

Re: x86 RunPE Shellcode Wrapper

Publicado: 26 Abr 2016, 14:11
por comand
hermano excelente contribución

Re: x86 RunPE Shellcode Wrapper

Publicado: 26 Abr 2016, 23:40
por crack81
Lindo runpe Scorpio gracias no conocia la DllCallAddress de autoit se nota que no le doy a ese lenguaje

Saludos...

Re: x86 RunPE Shellcode Wrapper

Publicado: 28 Abr 2016, 22:21
por leo-johnlenon
Gracias Scorpio.

Re: x86 RunPE Shellcode Wrapper

Publicado: 29 Abr 2016, 01:55
por n0z
Gracias Scorpio,i will deff look at this this weekend. Gracias por traerlo

Re: x86 RunPE Shellcode Wrapper

Publicado: 30 Abr 2016, 21:54
por top10
Buenisima las caracteristicas del runpe sobretodo lo de resolver las apis con el EAT,alguien sabe portarlo a vb6?