ghidra/GhidraBuild/IDAPro/Python/7xx/python
Paul Sorensen b7e048df77
Fix idaxml set_member_cmt func call
The script originally was incorrectly calling `idc.set_member_cmt` which
takes different arguments to calculate the member struct and offset. And
then it passes the results into the `ida_struct` version. However, this is
already done, so we can just go straight to the `ida_struct` version.
2021-03-30 13:39:59 -04:00
..
idaxml.py Fix idaxml set_member_cmt func call 2021-03-30 13:39:59 -04:00