pytest-idapro
pytest-idapro copied to clipboard
Move pytest internal IDA execution to a secondary thread
Right now pytest runs in IDA's main thread. It may be beneficial to spawn a secondary thread (Qt thread? Python thread?) for pytest before starting it.