IDArling icon indicating copy to clipboard operation
IDArling copied to clipboard

User Interrupt when running idapython script

Open BrieflyX opened this issue 6 years ago • 1 comments

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.

BrieflyX avatar Dec 17 '18 09:12 BrieflyX

Same issue. To reproduce:

  • File > Script command
  • Scripting language: Select Python
  • Add prompt function in script body: AskAddr(0,"TEST")
  • Run
  • Wait few seconds

image

The bug seems to happen in the eventFilter function.

Ektoplasma avatar May 17 '19 13:05 Ektoplasma