Yotam
Yotam
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.
Please write down what command you are running and on what system? I assume you are trying to run `pip install frida`. A complete output would be also appreciated.
I just need to test the build process on Windows and it will be done
The cross compilation fix was a bit dirty but it seems this is what [crossenv](https://crossenv.readthedocs.io/en/latest/intro.html#how-it-works) is doing as well.
There is a big advantage to a compiled language but I think we have too much code for it, what do you think? @oleavr
Could you please describe what you were trying to do, with which APK and on which platform?
Do we want to write it in simple mdoc or something more portable (but less man page specific)?
Do you still have this problem? If you do, are you sure the Portal port is open (you can test with netcat)?
Before working on a run control file, it would be wise to refactor the magics parsing to use `shlex` instead of doing it ourselves. It will fix the problems with...