IDA中文网站 > 技术问题 > How to launch remote debugging

How to launch remote debugging

发布时间:2022/10/15 13:27:58

1. Launch a remote IDA debugger server on the remote host. The remote server is started from the command line and accepts command line parameters. You can specify a password if you want to protect your debugger server from strangers. For example, to launch the server under MS Windows, you could enter:

       win32_remote -Pmy_secret_password

2. Specify the remote debugger parameters in the Debugger, Process options. The file paths must be valid on the remote host. Do not forget to specify the same password as you have specified when launching the server. For example, to debug notepad.exe on the remote computer remote.host.com:

       Application: c:\windows\notepad.exe
       Input file:  c:\windows\notepad.exe
       Directory:   c:\windows
       Hostname:    remote.host.com
       Port:        23946
       Password:    my_secret_password

3. The rest of debugging is the same as with local debugging.

NOTE

The debugger server can handle one debugger session at once. If you need to debug several applications simultaneously, launch several servers at different network ports.

The following debugger servers are shipped with IDA

File name             Target system         Debugged programs
------------------    ------------------    ----------------------------
android_server        ARM Android           32-bit ELF files
android_server64      AArch64 Android       64-bit ELF files
android_x64_server    x86 Android 32-bit    32-bit ELF files
android_x86_server    x86 Android 64-bit    64-bit ELF files
armlinux_server       ARM Linux             32-bit ELF files
linux_server          Linux 32-bit          32-bit ELF files
linux_server64        Linux 64-bit          64-bit ELF files
mac_server            Mac OS X              32-bit Mach-O files (x86)
mac_server64          Mac OS X/macOS 11     64-bit Mach-O files (x64)
mac_server_arm64      ARM macOS 11          64-bit Mach-O files (arm64)
mac_server_arm64e     ARM macOS 11          64-bit Mach-O files (arm64e)
win32_remote.exe      MS Windows 32-bit     32-bit PE files
win64_remote64.exe    MS Windows 64-bit     64-bit PE files

An appropriate server must be started on the remote computer before starting a debug session. 

标签:

读者也访问过这里:
IDA
反汇编程序软件
立即咨询
官方交流群:623715825 立即加群
400-8765-888 kefu@makeding.com
热门文章
IDA一些常用到的功能及其快捷键
通常情况下,我们使用反编译工具是为了在没有源代码的情况下促进对程序的了解,以便于我们分析软件的漏洞、分析编译器生成的代码,以验证编译器的性能和准确性,同时也可以用来分析软件是否带有恶意程序,提高安全性。
2021-05-17
IDA反汇编流程视图的常用基本操作设置
IDA中反汇编窗口中有两种不同的形式,分别是列表模式和图形模式,IDA默认打开是图形模式,就是反汇编流程视图,可以用来分析程序函数的具体运行情况。
2021-06-15
IDA反编译界面之流程预览、函数窗口介绍
在上节《IDA反编译界面之工具栏、导航栏、输出栏介绍》中,我们已经认识了IDA主界面六大窗口中的前三个窗口,接下来我们还需要认识余下的三大窗口,分别是主视图窗口、流程预览窗口和函数窗口。
2021-03-16
使用IDA数据库搜索功能搜索内容
IDA提供了专用的搜索工具,多种不同的搜索方式,帮助我们在IDA数据库中快速搜索内容,并导航到页面上的指定位置。该软件设计了许多类型的数据显示来总结特定类型的信息(如字符串、名称),以方便我们查找这些信息。
2021-03-18
IDA的初始使用说明和界面简介
IDA能帮助我们分析恶意软件、分析系统漏洞、验证编译器的性能,其支持在Mac系统、Windows系统、Linux系统中使用,是一款非常优秀的反编译软件。
2021-03-16
如何在IDA反编译窗口中编辑函数
IDA是一款用于多个平台系统上的文件反编译软件,它通过递归下降的方式帮我们在加载文件的同时自动分析反编译文件,并将结果写入到对应生成的数据库中,供多方查看编辑。
2021-03-18
最新文章
2022-10-15
2022-10-15

微信公众号

欢迎加入 IDA 产品的大家庭,立即扫码关注,获取更多软件动态和资源福利。

咨询热线

在线咨询

限时折扣