mirror of
https://github.com/cemu-project/idapython.git
synced 2025-02-17 18:36:23 +01:00
idc.py: Default strtype argument in GetString no longer breaks the whole script
This commit is contained in:
parent
dc20f63143
commit
1757dec387
@ -2252,7 +2252,7 @@ def AltOp(ea, n):
|
||||
return idaapi.get_forced_operand(ea, n)
|
||||
|
||||
|
||||
def GetString(ea, length = -1, strtype = ASCSTR_C):
|
||||
def GetString(ea, length = -1, strtype = idaapi.ASCSTR_TERMCHR):
|
||||
"""
|
||||
Get string contents
|
||||
@param ea: linear address
|
||||
|
Loading…
x
Reference in New Issue
Block a user