Static analysis of ARM code[]
Tracing methods[]
- New method: IDAPython/Backtracing
- Old method: IDAPython/Tracing calls tutorial
Results[]
- 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)