|
|
|
|
|
by evgpbfhnr
308 days ago
|
|
One thing I don't get is that arm64 doesn't have fentry support.. does it?
At least I just checked CONFIG_HAVE_FENTRY is not set on arm64, and e.g. (not checked recently) bpftrace --info used to print `fentry: no`, so how does this trampoline talk on arm64 apply without this part? |
|
Basically the answer is essentially emulation, as I understand it. Fentry can be emulated using kprobes, for example. I haven't absorbed the article well enough to know how that fits in with what it's describing.