There are many documents and example code snippets for Linux x86/x64 IDT hooking. But I can't find such documents for ARM.
I what I want to do is hook the ARM handler pointer of some interrupt/exception such as divide by zero, or svc 0.
It seems that ARM is somewhat different to Intel.
some advice would be nice thank you in advance.