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.
Other
514 stars 82 forks source link

Automatic update of the "Remote module base" when changed in the debugger #45

Open ITAYC0HEN opened 6 years ago

ITAYC0HEN commented 6 years ago

Currently, whenever the debuggee is restarted in the debugger and changes its base address, we need to manually update Labeless from IDA with the new base address.

image

I suggest, if possible, that Labeles will get triggered when the debuggee is restarted and changes its address and will update the "Remote module base" automatically.