52ky 发表于 2021-5-27 14:19:26

IDA结构体提取工具

IDA结构体提取工具,前提:Symbol TypeViewer生成的idc文件.用途:生成某特定结构的idc脚本文件.可防止全部结构体导入而形成效率低下的问题.
使用方法:
         idcstruct
方法举例:
      ++idcst ntoskrnl.idc unistr.idc _UNICODE_STRING

(Prerequisite: IDC file generated by symbol typeviewer
Purpose: to generate a specific structure of the IDC script file. Can prevent all the structure of the import and the formation of inefficient problems
usage method:
idcstruct
Method example:
++ idcst ntoskrnl.idc unistr.idc _ UNICODE_ STRING)



页: [1]
查看完整版本: IDA结构体提取工具