在 IDA Pro 中,有没有办法标记函数?

发布于 2024-09-07 11:11:45 字数 91 浏览 3 评论 0原文

使用IDA Pro我发现了一个特别重要的功能。然而,来源非常大,我相信我很快就会失去它的踪迹。

有没有办法将函数“标记”为重要、用颜色编码或类似的方法?

I found a particularly important function using IDA Pro. However, the source is very large and I'm sure I'll lose track of it soon.

Is there a way to "flag" the function as important, color code it, or something similar?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

痞味浪人 2024-09-14 11:11:45

您可以使用:

  1. 编辑函数并使其公开
  2. 编辑函数并为其着色
  3. 使用标记 (alt+m / ctrl+m)
  4. 给它一个特殊的前缀

我通常使用 1 和 4

You can use:

  1. edit the function and make it public
  2. edit the function and color it
  3. use markers (alt+m / ctrl+m)
  4. give it a special prefix

I usually use 1 and 4

蛮可爱 2024-09-14 11:11:45
  1. 重命名该函数并为其添加前缀,例如“z_”,然后您可以通过按名称对函数列表进行排序来轻松找到该函数。
  1. Rename the function and give it a prefix, like "z_", and then you can find this function easily by sorting the function list by name.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文