srounet / Pymem

A python library for windows, providing the needed functions to start working on your own with memory editing.
MIT License
315 stars 47 forks source link

Check python interpreter has been injected before allowing shellcode injection #154

Closed monkeyman192 closed 3 weeks ago

monkeyman192 commented 3 weeks ago

This might help to clear up some issues as sometimes the logging.debug calls fail because a value is None and it tries to format that as a hex. This should stop it from ever getting that far (at least for this one case)

StarrFox commented 3 weeks ago

thanks for your contribution!