-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty crash log #2
Comments
Hey, Crashmon depends on 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. Cheers, |
I can confirm that it was loaded in lldb:
However, the crash log is still empty. |
Sorry for the delay. The issue was that This commit should fix this issue. CW_LISA_PY=~/lisa.py/lisa.py •/bin/crashmon tests/binaries/crashexec Please try it out and let me know if it works for you. |
After running |
yes |
Looks like it still doesn't work. I've tried the new instruction on both my local machine and Github Action. The only evidence I've noticed that is this line: In the image you provided, it looks like there should be values returned by lisa.py instead of |
Did you pull in the new changes? |
Yes |
Can you show me output of these: lldb) command script import ~/lisa.py
lldb) target create tests/binaries/crashexec
lldb) run and when it crashes in: run lldb) exploitable |
The final output is this:
I had issues when installing capstone on M1 mac, so I needed to compile from sources and it looks like they replaced CS_ARCH_ARM64 with CS_ARCH_AARCH64 in this commit. |
After modifying
However, the output from crashmon is still empty:
|
That's weird. Cause it's working fine on both my macs. Can you try adding a |
This is the output:
I can try to go through the code to see which part may cause the issue tmr. |
So, issue might be mainly one of these 2:
Sorry, I cannot debug this as on my side, as it's working on 2 different macs. |
Thanks for putting your time and effort into this! I'll let you know if I have any new discoveries. |
Hello,
When I was trying to run the same command in the screenshot in README, I got the following output:
Besides, the crash log is empty. Are there any possible reasons for this?
The text was updated successfully, but these errors were encountered: