IDArling
IDArling copied to clipboard
User Interrupt when running idapython script
When I executed an idapython script, it poped a warning dialog. Before I clicked on 'OK', the idarling would continuously execute python script and there are always a Running Python script
above the ida window.
The output windows gives that the eventfilter raises KeyboardInterrupt: User interrupted
continuously and the whole ida would be pending in filter.py
. In this case, the only thing I can do is killing ida process without saving database.
Same issue. To reproduce:
- File > Script command
- Scripting language: Select Python
- Add prompt function in script body: AskAddr(0,"TEST")
- Run
- Wait few seconds
The bug seems to happen in the eventFilter function.