mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Update idaxml.py
This commit is contained in:
@@ -2206,6 +2206,9 @@ class XmlExporter(IdaXml):
|
||||
signedhex: Boolean indicating if hex representation of
|
||||
value is signed.
|
||||
"""
|
||||
# Check if value is None and handle it gracefully
|
||||
if value is None:
|
||||
return
|
||||
if base == 10:
|
||||
temp = "%d" % value
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user