alxchk / pupy

OpenSource cross-platform python security toolkit (remote shell)
Other
46 stars 12 forks source link

Python client can not run anythingin memory #33

Open marcovillar opened 4 years ago

marcovillar commented 4 years ago

Hi,

Great work, I have a question When i am building (py/pyinst/py_oneliner) I noticed i cant use alot of modules especially those running in memory for example (mimikatz, duplicate, migrate) is it possible to implement it or is there a reason why its not possible?

thank you. Marco

alxchk commented 4 years ago

On windows there is no DLL loader for python only version. It is possible to implement, but out of priority right now.