行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-23 17: 26: 57
Action name:ManualRegions
This command open a window with manual memory regions.In this window the user can manipulate memory region definitions:add or delete them.
Some debugger backends(e.g.the gdb backend)do not provide memory layout information.IDA needs this information in order to show the memory contents.When this information is not available,the user must specify it.
The defined memory regions will be accessible when the debugger is active.The user will be able to see the memory contents in the disassembly windows.
If no memory information is provided by the user nor by the debugger backend,IDA will assume that entire memory space is accessible.However,it is better to specify memory layout more precisely.
See also Debugger submenu.
中文翻译:
操作名称:ManualRegions
此命令打开一个带有手动内存区域的窗口。在此窗口中,用户可以操作内存区域定义:添加或删除它们。
一些调试器后端(例如gdb后端)不提供内存布局信息。IDA需要此信息才能显示内存内容。当此信息不可用时,用户必须指定它。
当调试器处于活动状态时,可以访问定义的内存区域。用户将能够在反汇编窗口中看到内存内容。
如果用户或调试器后端均未提供内存信息,IDA将假设整个内存空间都是可访问的。不过,这样更好更精确地指定内存布局。
另请参阅调试器子菜单
展开阅读全文
︾