mirror of
https://github.com/cemu-project/idapython.git
synced 2026-01-31 01:15:17 +01: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