-
Notifications
You must be signed in to change notification settings - Fork 566
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
AARCHXX: Implement dr_insert_mbr_instrumentation #2919
Comments
Unfortunately I do not think you are missing anything. It looks like this has never been implemented for ARM or AArch64: dynamorio/core/lib/instrument.c Line 6133 in ce3a9f4
Issues #1551 |
@vanhauser-thc from a quick look at the X86 implementation of dr_insert_mbr_instrumentation, it does not look like there is a huge amount of code to port to get it working on AArch64/ARM. Let me know if you are interested in having a go at porting it, I am happy to help with any questions |
Hi Florian, |
That would be great, just let us know when you start looking into this. |
See also #2297. @AssadHashmi is working on implementing |
The code below works find on intel x64 but on on arm7/AARCHXX:
on ARM7/AARCH:
where the mbr instrumentation function is never called.
on INTEL X64 its what I would except:
or did I forget something important which is necessary for ARM?
The text was updated successfully, but these errors were encountered: