IDA Pro > IDA Pro教程 > 技术问题 > IDA Pro调试器选项(Debugger options)

IDA Pro调试器选项(Debugger options)

发布时间:2023-05-26 17: 32: 54

Action name:SetupDebugger

This dialog box allows to specify different settings related to the debugger.

Events

-Suspend on debugging start

If selected,the debugger will suspend directly once the debugging

starts.

-Evaluate event condition on exit

If selected,the debugger will evaluate the event condition immediately

before closing the debugging session(once we receive PROCESS_EXITED or

PROCESS_DETACHED event)

-Suspend on process entry point

If selected,the debugger will insert a temporary breakpoint

at the main entry point of the debugged application.

-Suspend on thread start/exit

If selected,the debugger will suspend if a new thread starts

or if an existing thread terminates.

-Suspend on library load/unload

If selected,the debugger will suspend if a new library is

loaded or if a previously loaded library is unloaded.

-Suspend on debugging message

If selected,the debugger will suspend if the debugged application

generates a message destined to the debugger.

Event condition

When one or more debug events(see above)are checked then this

option is used to specify a condition.In the following example,

the debugger will suspend the prcoess whenever a module with the

name test.dll is loaded:

get_event_id()==LIB_LOADED&&strstr(get_event_module_name(),"test.dll")!=-1

Log

-Segment modifications

If selected,the debugger will print information regarding

segment modifications(creation,deletion,or resizing of

segments)since the last event.Note that the debugger

doesn't continuously track segment modifications,but detects

those only if a debugging event occurs.

-Thread start/exit

If selected,the debugger will print a message if a new thread

starts or if an existing thread terminates.

-Library load/unload

if Selected,the debugger will print a message if a new library is

loaded or if a previously loaded library is unloaded.

-Breakpoint

If selected,the debugger will print a message if the debugged process

reaches a breakpoint.

-Debugging message

If selected,the debugger will print debugging messages from

the application.

Options

-Reconstruct the stack

If selected,the debugger will try to reconstruct the chain of stack

frames,based on information available on the stack and in the

function stack variables.

-Show debugger breakpoint instructions

If selected,the debugger will show breakpoint instructions inserted

by the debugger itself.This function is mainly useful if the user

wants to see the real content of the memory.

-Use hardware temporary breakpoints

If selected,IDA will try to use hardware breakpoints for the temporary

breakpoints used to implement the"step over"and"run to"functionality.

This feature is useful when debugging read-only or self-modifying code,

since it does not change the contents of the memory.

IDA will fall back to software breakpoints if the attempt to set a

hardware breakpoint fails.

-Autoload PDB files

If selected,IDA will invoke the PDB plugin to try to load PDB symbols

for every new module loaded into process.

-Set as just-in-time debugger

If changed from off to on,IDA will try to register itself as a

just-in-time debugger(invoked by the system in case of application

crashes)on dialog close.

Edit exceptions

This button allows the user to setup

how the debugger will react to specific exceptions.

Reload exceptions

This button reloads the exception table from the exceptions.cfg

file.

 

以下为中文翻译:

操作名称:SetupDebugger

此对话框允许指定与调试器相关的不同设置。

事件

-在调试开始时挂起

如果选中,调试器将在调试完成后直接挂起

开始。

-评估退出时的事件条件

立即评估事件条件

在关闭调试会话之前(一旦我们收到PROCESS_EXITED或

PROCESS_DETACHED事件)

-挂起进程入口点

如果选中,调试器将插入一个临时断点

在调试应用程序的主入口点。

-在线程启动/退出时挂起

如果选中,调试器将在新线程启动时挂起

或者如果现有线程终止。

-暂停库加载/卸载

如果选中,调试器将在新库出现时暂停

已加载或卸载了先前加载的库。

-暂停调试消息

如果选中,调试器将在被调试的应用程序停止时挂起

生成发往调试器的消息。

事件条件

当检查一个或多个调试事件(见上文)时,则此

选项用于指定条件。在下面的例子中,

每当模块与

名称test.dll已加载:

get_event_id()==LIB_LOADED&&strstr(get_event_module_name(),test.dll)!=-1

日志

-段修改

如果选中,调试器将打印有关的信息

段修改(创建、删除或调整大小

段)自上次活动以来。请注意,调试器

不会连续跟踪片段修改,但会检测

仅当调试事件发生时。

-线程启动/退出

如果选中,调试器将在新线程出现时打印一条消息

启动或现有线程终止。

-库加载/卸载

如果选择了,调试器将在新库被选中时打印一条消息

已加载或卸载了先前加载的库。

-断点

如果选中,调试器将打印一条消息,如果被调试的进程

到达一个断点。

-调试消息

如果选中,调试器将从中打印调试消息

应用程序。

选项

-重建堆栈

堆栈链

帧,基于堆栈和中可用的信息

函数堆栈变量。

-显示调试器断点指令

如果选中,调试器将显示插入的断点指令

由调试器本身。这个功能主要是有用的,如果用户

想看看内存的真实内容。

-使用硬件临时断点

如果选中,IDA将尝试使用硬件断点进行临时

用于实现跨步和运行功能的断点。

此功能在调试只读或自修改代码时很有用,

因为它不会改变内存的内容。

如果尝试设置一个

硬件断点失败。

-自动加载PDB文件

如果选中,IDA将调用PDB插件来尝试加载PDB符号

对于加载到进程中的每个新模块。

-设置为即时调试器

如果从关闭更改为打开,IDA将尝试将自己注册为

即时调试器(在应用程序的情况下由系统调用

崩溃)对话框关闭。

编辑例外

此按钮允许用户设置

调试器将如何对特定异常做出反应。

重新加载异常

exceptions.cfg重新加载异常表文件。

展开阅读全文

标签:IDA反编译工具

读者也访问过这里:
邀请您进入交流群 点击扫码
400-8765-888 kefu@makeding.com

专业销售为您服务

欢迎添加好友,了解更多IDA优惠信息,领逆向工程学习资料礼包1份!
热门文章
exe反编译工具哪个好?反编译能力强的工具盘点
随着软件技术的发展,exe(可执行文件)已经成为了电脑、手机等多个平台上的主要软件运行格式,而对于exe文件的反编译也成为了逆向工程中不可缺少的一个步骤。本文将介绍一些常用的exe反编译工具,并评价其优缺点,帮助读者选择合适的工具。
2023-04-12
idapro怎么改为中文
IDA Pro是一款功能强大的反汇编和反编译工具,广泛应用于逆向工程和软件开发领域。在使用IDA Pro时,如果我们不习惯英文界面,可以将其改为中文界面。本文将介绍IDA Pro怎么改为中文界面。IDA Pro界面改成中文主要有两种方法,下面是详细介绍。
2023-04-19
c++反编译工具有哪些
反编译C++代码的工具一般是针对可执行文件和库文件的反汇编和逆向分析工具。本文将给大家介绍c++反编译工具有哪些的内容。市面说的c++反编译工具有很多,下面介绍几款使用认识较多的软件。
2023-04-23
ida如何转伪代码 ida伪代码怎么看
IDA Pro是一款常用的反汇编和反编译工具,可以帮助我们分析二进制文件的实现细节和执行过程,以便更好地理解程序的执行过程和逻辑。在进行逆向工程的过程中,我们经常需要将反汇编结果转换为伪代码,以便更好地进行分析和修改。本文将介绍如何使用IDA Pro转换为伪代码,并简单讲解ida伪代码怎么看。
2023-04-14
IDA反汇编流程视图的常用基本操作设置
IDA中反汇编窗口中有两种不同的形式,分别是列表模式和图形模式,IDA默认打开是图形模式,就是反汇编流程视图,可以用来分析程序函数的具体运行情况。
2021-06-15
最新文章
怎么用IDA反编译挖掘软件漏洞 如何用IDA参与软件重构项目
在现代软件开发和安全研究领域,IDA(Interactive Disassembler)是一个不可或缺的工具。它不仅可以反编译和反汇编代码,还能帮助研究人员挖掘软件漏洞,并参与软件重构项目。本文将详细探讨怎么用IDA反编译挖掘软件漏洞 如何用IDA参与软件重构项目。
2024-07-23
IDA软件反汇编后如何找到函数入口点 如何通过IDA反汇编分析软件的加密解密过程
在逆向工程领域,IDA软件是一款功能强大的反汇编工具,广泛用于分析二进制代码、查找函数入口点以及研究软件的加密解密过程。本文将详细探讨“IDA软件反汇编后如何找到函数入口点 如何通过IDA反汇编分析软件的加密解密过程”,并进一步介绍IDA反汇编和反编译的区别,帮助用户更好地理解和使用这一工具。
2024-07-18
IDA反汇编软件在漏洞分析中能起到什么作用 如何将IDA软件反汇编功能结合调试器使用
在信息安全领域,漏洞分析和逆向工程是至关重要的工作,而IDA反汇编软件则是这一领域中的佼佼者。作为功能强大的反汇编和调试工具,IDA不仅在漏洞分析中发挥着关键作用,还能通过与调试器结合使用,极大地提升分析效率和准确性。本文将详细探讨“IDA反汇编软件在漏洞分析中能起到什么作用 如何将IDA软件反汇编功能结合调试器使用”,并进一步介绍IDA常用的辅助插件,帮助用户更好地利用这一工具进行漏洞分析和逆向工程。
2024-07-15
idapro如何分段处理 ida软件反汇编如何添加插件
在软件逆向工程和代码分析中,IDA Pro是一款非常重要的工具。它提供了强大的反汇编和反编译功能,使得分析二进制代码变得更加高效和准确。在使用IDA Pro时,了解如何分段处理和添加插件可以极大地提升工作效率。本文将详细探讨idapro如何分段处理 ida软件反汇编如何添加插件,并分析IDA Pro是否容易学习和使用。
2024-07-09
ida软件如何保障网络安全 idapro如何反汇编x86
ida软件如何保障网络安全 idapro如何反汇编x86,这些问题是现代网络安全领域中备受关注的核心议题。随着网络攻击和恶意软件的不断演变,保障网络安全和有效的反汇编技术变得尤为重要。IDA软件作为一款强大的逆向工程工具,通过多种技术手段保障网络安全,而IDAPRO则以其出色的反汇编功能,特别是在x86架构下的应用,成为广大安全专家和研究人员的利器。
2024-07-08
逆向工程师和黑客的区别 为什么逆向工程师都在用ida软件
在信息安全和软件开发领域,逆向工程师和黑客是两个备受关注的角色。尽管两者都涉及代码分析和破解,但在职业目标、方法和道德规范上存在显著差异。同时,IDA软件作为逆向工程师的首选工具,其受欢迎的原因也值得探讨。本文将详细分析“逆向工程师和黑客的区别 为什么逆向工程师都在用ida软件”这一主题,并进一步介绍常用的逆向工程软件。
2024-07-04

通过微信咨询我们

欢迎添加好友,了解更多IDA优惠信息,领取逆向工程学习资料礼包1份!