a1ext / labeless

Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto close all windows instead of open them

anaivebird opened this issue · comments

I found import and analysis so slow, and even make ida stuck:
My solution is:

  1. move idb file to ramdisk
  2. close all windows, especially fuction、import windows, since it will sort all functions which consume much CPU.
    However, after labeless import each segmentation, it will automatically open import and function windows, which will grealy slow down.

So, how could I modify labeless to prevent it auto open import and function windows?
Thanks.

commented

The plugin opens only imports window... Actually there is no way to prevent that out of the box.
If you want to make it possible - you can send a PR

Thanks, I got it.