P4nda0s / IDAFrida

IDA Frida Plugin for tracing something interesting.
249 stars 62 forks source link

支持在反汇编窗口和伪代码窗口右键菜单显示IDAFrida选项 | Support displaying IDAFrida option in the right-click menu of disassembly window and pseudocode window #5

Closed jitcor closed 1 year ago

jitcor commented 1 year ago

实际场景中,大部分都是对当前正在分析的函数进行hook,批量Hook使用的很少,因此在反汇编和伪代码窗口增加IDAFrida选项还是很有必要的,效果如下图所示: In actual scenarios, most of the functions are hooked to the functions currently being analyzed, and batch hooks are rarely used. Therefore, it is still necessary to add the IDAFrida option in the disassembly and pseudocode windows. The effect is shown in the following figure:

image

image