fidgetingbits/IDArling

IDArling plugin still running in the background even if not connected to the server

Opened this issue · 0 comments

Atm if we open an IDB but do not connect to the IDArling server, and have enabled full logging, we would still see the IDArling plugin doing stuff in the background, like enabling/disabling hook.

[idarling][DEBUG] preprocess_action(name = Undo). ea = 0x75B67D63.
[idarling][DEBUG] postprocess_action()
...
[idarling][DEBUG] preprocess_action(name = OutputCopy). ea = 0x75B67D63.
[idarling][DEBUG] postprocess_action()
[idarling][DEBUG] preprocess_action(name = hx:Rename). ea = 0x75B67E46.

It would be useless as none would be done since it is not connected to the server, so we may want to disable that behaviour?