frida / frida-python

Frida Python bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for MobaXterm

amaciasf opened this issue · comments

Hi! It is not possible to install it from MobaXterm because the platform is not known.

Would it be possible to add it?

Python 3.6.8 (default, Feb 15 2019, 01:54:23)
[GCC 7.4.0] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.system()
'CYGWIN_NT-6.1-WOW'
>>>

Thank you!

commented

What exactly do you get when trying to install it? You should be able to install it from source, you just won't be able to use the wheel files.