mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-28 03:54:18 +01:00
Added default parameter to GetString()
This commit is contained in:
parent
53d99a141a
commit
ecb4232040
@ -2252,7 +2252,7 @@ def AltOp(ea, n):
|
||||
return idaapi.get_forced_operand(ea, n)
|
||||
|
||||
|
||||
def GetString(ea, length, strtype):
|
||||
def GetString(ea, length = -1, strtype = ASCSTR_C):
|
||||
"""
|
||||
Get string contents
|
||||
@param ea: linear address
|
||||
|
Loading…
Reference in New Issue
Block a user