Chaitanya
Chaitanya
Sorry for the delayed response. I will upload it in google drive and share it asap
Is it working now? don't need my rootfs?
sure. :)
The error seems to be cause of the `FULL_PATH_TO_ROOTFS` variable inside [Android.mk](https://github.com/ant4g0nist/Sloth/blob/main/resources/examples/Skia/jni/Android.mk) file. Can you try pointing to your rootfs folder?
Hey! Sorry for the delayed response. Can you do 2 checks and revert back: 1) check if libManuFuzzer.dylib is built. `ls ./bin/` from your work directory 2) check if `mkdir...
Hey, Crashmon depends on [lisa.py](https://github.com/ant4g0nist/lisa.py) for figuring out exploitability. Did you download lisa.py and manage to load it in lldb? Please let me know if the issue persists after that....
Sorry for the delay. The issue was that `lisa.py` path was hardcoded and the `lisa.py` from `github.com/ant4g0nist/lisa.py` repo is a little different from `lisa.py` from this repo. The `exploitable` command...
yes
Did you pull in the new changes?
Can you show me output of these: ```sh lldb) command script import ~/lisa.py lldb) target create tests/binaries/crashexec lldb) run ``` and when it crashes in: run ```sh lldb) exploitable ```