NSEcho
NSEcho
Also, I have implemented functionality to download js files to some local directory, I will push the commit in a couple of hours
Would you mind showing us the output of fingerprints.json from your home directory.
@rahuldora377 perhaps it was malformed. When the `subzy` run it will check whether fingerprints.json exists in the home directory and will load fingerprints from there. If it is not present,...
And according to the error, it indeed looks like it was malformed
Is it the same error?
I think it should just return the value, like it does for example with RTLD_GLOBAL. ``` $ ./build/src/cycript cy# RTLD_GLOBAL 8 cy# ```
@christian-korneck I have implemented some, there are still some features missing but like 90% use cases I guess are covered
Currently, I am in the process to finish the bindings for the latest version. Although, it does not support portal and for the signals it has support for `message`.
@daddycocoaman while you are waiting to get all of this sorted out, here is an example how it would look like. The only thing left is to implement portal and...
I can't replicate the issue consistently, it indeed failed only for the first time but second run it was okay.