Nishant Das Patnaik
Nishant Das Patnaik
Is there an option to provide the hex bytes, for generating the view? Right now the payload arg can be a ascii or unicode literal which generates the view. I...
I'm building it for iOS SDK 5.1 XCode throws a Dependency Analysis Error while building the project with the following debug message: target specifies product type 'com.apple.product-type.tool', but there's no...
```python index = RamStorage().create_index(schema) index.writer(procs=2, multisegment=True) ``` throws runtime error `TypeError: cannot pickle '_thread.lock' object` but `index.writer()` works fine. How to resolve this?
Running `phantomjs hsloader 3.detectStackTrace.html` doesn't return anything. Tested it on PhantomJS 2.1, 2.0 and 1.9.8 https://github.com/ikarienator/phantomjs_hide_and_seek/blob/master/3.detectStackTrace.html
Similar to #88 **with CC env** ``` ➜ ~ env CC=/usr/local/bin/gcc-6 pip install angr -I --no-cache-dir --no-binary all ... snipped ... Collecting simuvex>=6.7.1.31 (from angr) Downloading simuvex-6.7.1.31.tar.gz (188kB) 100% |████████████████████████████████|...
We need to add support for tracing high-level methods of Java Classes via patterns i.e. the Android/Java equivalent of the existing switch, below: `frida-trace -U someApp -m "*[NSFile* write*:*]"`
``` [01:03] dpnishant: I've been wanting to add a `repl()` function that you can call from those scripts to drop in a REPL that's blocking in the current location [01:03]...