mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-30 21:14:20 +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)
|
return idaapi.get_forced_operand(ea, n)
|
||||||
|
|
||||||
|
|
||||||
def GetString(ea, length, strtype):
|
def GetString(ea, length = -1, strtype = ASCSTR_C):
|
||||||
"""
|
"""
|
||||||
Get string contents
|
Get string contents
|
||||||
@param ea: linear address
|
@param ea: linear address
|
||||||
|
Loading…
Reference in New Issue
Block a user