Commit Graph
7 Commits
Author SHA1 Message Date
Abdul SamadandCursor 56a7fa78c9 Fix IDA v9 XML exporter datatype comment handling
Fixes #8832. Use single-comment model for structures, enums, unions, and members. Omit empty comments and stop emitting spurious REPEATABLE_CMT elements.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 16:16:54 +05:00
Abdul Samad 2af8f3f737 Fix IDA 9 XML importer structure member type handling
Pass structure type ids to add_struc_member instead of tinfo_t objects and resolve nested structure member types via the typeinfo API. Addresses datatype import failures reported for IDA 9.x.

Fixes #8479
2026-06-26 00:17:56 +05:00
Ryan Kurtz 4bcb650313 GP-5873: Certify 2025-08-21 06:07:03 -04:00
ZERO-A-ONE a312aaabb1 Update idaxml.py 2025-08-20 23:05:20 +08:00
ZERO-A-ONE 2484d2b548 Update xml_exporter.py 2025-08-20 22:47:57 +08:00
ZERO-A-ONE f47258c2b2 Fixed idaxml working in IDA 9.x 2025-08-20 12:10:48 +08:00
Ryan Kurtz 82f50a9305 GP-5873: New idaxml.py for IDA 9.x 2025-08-07 09:41:37 -04:00