Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何找出每秒使用 OllyDbg 调用特定函数的次数?或者,如何计算 EIP 具有特定值的总次数?
我不希望 OllyDbg 在执行此代码时中断。
我相信您可以通过使用跟踪功能来实现这一点,使用条件日志记录,新的 OllyDBG 似乎使用一些更好的功能实现了跟踪。自从我这样做以来已经有一段时间了,但是您可以检查一下。但我实际上建议使用 Immunity Debugger(一个带有 python 插件接口的 OllyDBG 克隆),并且可能编写一个 python 脚本来执行此操作。