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
IDA反汇编流程视图的常用基本操作设置
IDA中反汇编窗口中有两种不同的形式,分别是列表模式和图形模式,IDA默认打开是图形模式,就是反汇编流程视图,可以用来分析程序函数的具体运行情况。
2021-06-15
IDA一些常用到的功能及其快捷键
通常情况下,我们使用反编译工具是为了在没有源代码的情况下促进对程序的了解,以便于我们分析软件的漏洞、分析编译器生成的代码,以验证编译器的性能和准确性,同时也可以用来分析软件是否带有恶意程序,提高安全性。
2021-05-17
IDA的初始使用说明和界面简介
IDA能帮助我们分析恶意软件、分析系统漏洞、验证编译器的性能,其支持在Mac系统、Windows系统、Linux系统中使用,是一款非常优秀的反编译软件。
2021-03-16
IDA反编译界面之流程预览、函数窗口介绍
在上节《IDA反编译界面之工具栏、导航栏、输出栏介绍》中,我们已经认识了IDA主界面六大窗口中的前三个窗口,接下来我们还需要认识余下的三大窗口,分别是主视图窗口、流程预览窗口和函数窗口。
2021-03-16
使用IDA数据库搜索功能搜索内容
IDA提供了专用的搜索工具,多种不同的搜索方式,帮助我们在IDA数据库中快速搜索内容,并导航到页面上的指定位置。该软件设计了许多类型的数据显示来总结特定类型的信息(如字符串、名称),以方便我们查找这些信息。
2021-03-18
最新文章
什么叫反汇编 反汇编的软件有哪些
在计算机科学和软件工程领域,反汇编一直是一个关键的概念。与其紧密相连的反编译技术和各种反汇编软件也在不断地演进和发展。今天我们将深入探讨什么叫反汇编,反汇编的软件有哪些,以及反汇编的软件哪款比较好。我们将全方位解析这一复杂而又迷人的主题,帮助你更好地理解和掌握反汇编的核心内容。
2023-09-27
IDA是什么软件 IDA的基本用法是什么样的
在当今数字化的时代,软件技术的发展日新月异,反汇编和反编译成为了软件领域中不可或缺的一部分。在众多的反汇编和反编译工具中,IDA(Interactive DisAssembler)以其卓越的功能和灵活性而脱颖而出。本文将深入探讨IDA是什么软件,IDA的基本用法是什么样的,以及它对企业的价值和影响。
2023-09-27
ida怎么搜索函数 ida如何定位main函数
在软件逆向工程的领域中,IDA(Interactive DisAssembler)被广泛认可为一款强大的工具,它为分析人员提供了深入探索程序内部结构和功能的能力。其中,函数搜索和定位主函数(main函数)作为逆向分析的基础技巧,具有重要的地位。本文将为您介绍IDA中如何高效地进行函数搜索以及定位主函数的方法,帮助您在逆向分析过程中更加得心应手。
2023-09-27
ida怎么查找字符串 ida字符串窗口快捷键
在数字化时代,逆向工程作为解密软件和分析程序的关键技术,正日益受到广泛关注。在逆向分析的过程中,IDA(Interactive DisAssembler)是一款备受推崇的工具,它为逆向工程师们提供了强大的功能和灵活的操作。本文将带您深入探讨如何在IDA中查找字符串,优化字符串窗口的使用,并探讨IDA如何将变量转换成字符串,帮助您更加熟练地驾驭这一工具,为逆向分析的世界增添一抹精彩。
2023-09-27
ida怎么修改汇编语言 ida修改后怎么保存
在当今数字化时代,汇编语言作为底层的编程语言,具有无可比拟的重要性。而在逆向工程领域,IDA作为一款卓越的工具,为我们提供了修改汇编语言的能力,极大地拓展了我们的技术边界。本文将深入研究ida怎么修改汇编语言,ida修改后怎么保存的内容。
2023-09-25
渗透测试的基本流程 IDA如何进行渗透测试
在当前数字时代,保护信息安全成了企业和个人都要面临的重要挑战。渗透测试是一项评估信息系统安全的关键技术,它涵盖了对目标系统的全方位攻击模拟,以评估其安全性能。其中,IDA作为一款广泛应用的逆向工程工具,在渗透测试过程中发挥着核心作用。本文将介绍渗透测试的基本流程,IDA如何进行渗透测试和渗透测试的目的的内容,为你深入解读渗透测试的精髓和实施过程。
2023-09-21

通过微信咨询我们

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