行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-18 11: 11: 01
Action name:MakeFunction
This command defines a new function in the disassembly text.
You can specify function boundaries using the anchor.If you don't specify any,IDA will try to find the boundaries automatically:
-function start point is equal to the current cursor position;
-function end point is calculated by IDA.
A function cannot contain references to undefined instructions.If a function has already been defined at the specified addresses,IDA will jump to its start address,showing you a warning message.
A function must start with an instruction.
以下为中文翻译:
动作名称:MakeFunction
这个命令在反汇编文本中定义了一个新函数。
您可以使用锚指定函数边界。如果您不指定任何边界,IDA将尝试自动查找边界:-函数起点等于当前光标位置;-函数结束点由IDA计算。
一个函数不能包含对未定义指令的引用。如果在指定地址已经定义了一个函数,IDA将跳转到它的起始地址,并向您显示警告消息。
函数必须以指令开始。
展开阅读全文
︾
读者也喜欢这些内容:
ida伪代码能直接修改吗ida不能用f5查看伪代码
对于软件逆向工程的爱好者和专业人士来说,ida是一个十分重要的工具。ida能够生成伪代码,使人们更容易理解和分析程序的功能和结构。然而,在实际使用中,许多人都会遇到一些问题。其中就包括ida伪代码能否直接修改以及ida不能用f5查看伪代码的问题。本文将对这两个问题进行详细的讨论和分析。...
阅读全文 >
IDA Pro函数跟踪(Function tracing)
...
阅读全文 >
IDA pro搜索不属于任何函数的字节(Search for bytes not belonging to any function)
...
阅读全文 >
IDA pro导出数据(Export data)
...
阅读全文 >