.rdata is for const data. It is the read only version of the .data segment. .idata holds the import directory (.edata for exports). It is used by EXE's and DLL's to designate the imported and exported functions. See the PE format specification (http:
如何导出IDA数据中数组的内容进行编程? 如这种: .data:00427A54 ; char byte_427A54[] .data:00427A54 byte_427A54 db 0FEh ; DATA XREF: _main_0+166r .data:00427A55 db 0CEh ; .data:00427A56 db 8Ch ; .data:00427A57 db 50h ; P .data:00427A58 db 22h ; " .data:00427A59 db 86h ; .d