can not work on arm64
xvim opened this issue · comments
xvim commented
I want to function hooking on arm64 but the code build fail
Oleksii Lozovskyi commented
Uh... Yeah, I've tested this only on x86_64 since that's the hardware I have. Sorry, I was not an expert at arm64 at the time and I'm not one now either. I believe it has a chance at working on arm64 though, if you let the code compile there, ftrace is a generic framework after all.
Have you tried removing the CONFIG_X86_64
guard check?
Lines 224 to 226 in ff7bad4