IDArling icon indicating copy to clipboard operation
IDArling copied to clipboard

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

Open saidelike opened this issue 5 years ago • 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?

saidelike avatar Jul 14 '20 13:07 saidelike