This repo just a bunch of helper-scripts (wrapped in IDA Pro plugin in manner of HexRaysPyTools ) developed and used in daily work cases.
Simple feature imitating Hopper Disassembler functionality when clicking on indirect call of objc method via objc_msgSend.
- double-click on
objc_msgSend
in HexRays pseudocode - choose candidate to jump
Choose the specific case code to jump in pseudocode.
- right-click anywhere inside of switch construction and
Get cases of switch
- choose case to jump
Similar to xref from
feature, but shows only first layer of called functions (helpers like BYTE, WORD, DWORD, etc. excluded).
- right-click anywhere inside of function
- choose function call