Closed Knightz1 closed 1 year ago
i want to hook at a start of a function and see it's arguments, how can i do it ?
The call_pre hook provides exactly that. Please see this simple call graph analysis for an example of how to use it.
call_pre
i want to hook at a start of a function and see it's arguments, how can i do it ?