-
Notifications
You must be signed in to change notification settings - Fork 10
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
How to extend popkorn to support memmove ? #1
Comments
ok ! |
I'm not a developer of this script, so I can't help you with that right now. I just thought to help you one step further in the right direction. Good luck! |
You can use the opcode signature e.g. |
I will have a look at this, thanks @zeze-zeze |
@v1k1ngfr did you manage to find a solution? I'm now also running into this problem. |
Hi,
First I would like to thanks sharing for your awesome paper & work !
I read the last annex D, Case Study II and try to add support for memmove :
I added the following code to angr_analysis/angr_full_blown.py :
Then I run it on the Dell driver vulnerable to CVE-2021-21551 :
It didn't find memmove in the import so it fails to find the vuln.
I opened the driver in GHIDRA, indeed memmove is not imported.
Did I miss something ?
Have a nice day !
The text was updated successfully, but these errors were encountered: