Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

User Interrupt when running idapython script #81

Open
BrieflyX opened this issue Dec 17, 2018 · 1 comment
Open

User Interrupt when running idapython script #81

BrieflyX opened this issue Dec 17, 2018 · 1 comment

Comments

@BrieflyX
Copy link

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.

@Ektoplasma
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants