You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
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?