mirror of
https://github.com/cemu-project/idapython.git
synced 2025-02-16 09:59:20 +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)
|
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
|
Get string contents
|
||||||
@param ea: linear address
|
@param ea: linear address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user