这是一个小的(我希望)有用的工具。 它将做的是使用 Pin 来跟踪应用程序的执行流程,并计算指令执行的次数。 这将生成日志文件,稍后可以通过 ida 插件将其导入 ida,并突出显示执行的代码。 当然,执行得越多的代码高光越暗,执行得越少的代码颜色越亮。
工具本身很简单,所以我什至不敢称之为项目
它支持 Linux 和 Windows 的 x32/x64
(Here is one small, and (I hope) useful tool. What it will do is to use Pin to trace execution flow of an application, and count how many times instructions are executed. This will produce log file, which later can be imported in ida via ida plugin, and highlight code which is executed. Of course, code which is executed more will have darker highlight, and ones which are executed less will have brighter color.
Tool itself is very simple, so I don't even dare to call it project
It supports x32/x64 both Linux, and Windows)