English 中文(简体)
In IDA 是的,是否有办法指明职能?
原标题:In IDA Pro, is there a way to flag a function?
  • 时间:2010-06-29 14:00:36
  •  标签:
  • ida

我发现利用国际开发协会的一项特别重要的职能。 然而,来文方非常庞大,我确信我很快会失去轨道。

是否有办法“放弃”重要职能、代号或类似职能?

问题回答

您可以使用:

  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

我通常使用1和4

  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.




相关问题
Dissasembling simple ARM instructions?

I ve been messing around with IDA Pro and trying to disassemble my own products just for the sake of it. I ve noticed a couple of things I don t understand because my assembly language knowledge is ...

In IDA 是的,是否有办法指明职能?

我发现利用国际开发协会的一项特别重要的职能。 然而,来文方非常庞大,我确信我很快会失去轨道。

保密职能

因此,在利用国际开发协会来拆散车时,我穿过这一班子:

Windbg + IDA: calculate an address in a module

I m debugging remotely a windows XP machine. One of my drivers is loaded at address 0xb2c4c000 up to 0xb2cb9680. Now when I open my driver in IDA, the offset I want to set a breakpoint on is at ...

Patching an EXE using IDA

Say there is a buggy program that contains a sprintf() and i want to change it to a snprintf so it doesn t have a buffer overflow.. how do I do that in IDA??

Installing scripts on IDA Pro

Around the net I ve seen reference to "scripts" for IDA Pro, but can t work out how to load or install them for IDA Pro 4.9 Freeware Version. How do I do this? In particular I wish to use PE Scripts.

Perl and IDA Pro

Could someone provide a good link to documentation/material/examples for IDA Perl (a plugin to add Perl scripting and automation support to IDA Pro)? I see there is much documentation about Python and ...

热门标签