IDAPython/Tracing calls
Talk0
312pages on
this wiki
this wiki
< IDAPython
Static analysis of ARM code
Edit
Tracing methods
Edit
- New method: IDAPython/Backtracing
- Old method: IDAPython/Tracing calls tutorial
Results
Edit
- CreateBinarySemaphore
- CreateMessageQueue
- CreateTask
- register_func
- prop_request_change (with the new method, but still buggy)
- prop_request_change (using the a variant of the old method)
- call(...) (new method, only for 550D)
- call(...) (old method)