mirror of
https://github.com/cemu-project/idapython.git
synced 2025-06-14 12:58:26 +02:00
- Fixed issue 59
- Fixed idaapi.msg() / error() and warning() so they don't accept vararg - Fixed processor_t.id constants - idaapi.BasicBlock and FlowChart are now new-style classes
This commit is contained in:
@ -4113,7 +4113,7 @@ def ChooseFunction(title):
|
||||
@return: -1 - user refused to select a function
|
||||
otherwise returns the selected function start address
|
||||
"""
|
||||
return idaapi.choose_func(title)
|
||||
return idaapi.choose_func(title, idaapi.BADADDR)
|
||||
|
||||
|
||||
def GetFuncOffset(ea):
|
||||
|
Reference in New Issue
Block a user