CALL instruction description. - ParkHanbum/uftrace GitHub Wiki

CALL INSTRUCTION

FF 15 XX XX XX XX

CALL [0xXXXXXXXX] mean it is indirect call instruction.

we use this with GOT[0] as trampoline to call _dentry.

CALL [_dentry_]