用IDA导出map文件时的注意事项

发布者:cnbragon
发布于:2010-09-04 20:15

使用IDA导出map文件时,在不需要Label信息的情况下,不要选中"dummy names"选项,否则在Ollydbg中使用LoadMapEx(by forever)加载时,会将OD的注释替换掉

 

对于 dummy names,IDA帮助中的解释是这样:

 

Dummy names are automatically generated by IDA. They are used to denote subroutines, program locations and data.

 

Dummy names have various prefixes depending on the item type and value:

 

  sub_          instruction, subroutine start
  locret_       'return' instruction
  loc_          instruction
  off_          data, contains offset value
  seg_          data, contains segment address value
  asc_          data, ascii string
  byte_         data, byte (or array of bytes)
  word_         data, 16-bit (or array of words)
  dword_        data, 32-bit (or array of dwords)
  qword_        data, 64-bit (or array of qwords)
  flt_          floating point data, 32-bit (or array of floats)
  dbl_          floating point data, 64-bit (or array of doubles)
  tbyte_        floating point data, 80-bit (or array of tbytes)
  stru_         structure (or array of structures)
  algn_         alignment directive
  unk_          unexplored byte


声明:该文观点仅代表作者本人,转载请注明来自看雪