binsync / libbs

A library for writing plugins in any decompiler: includes API lifting, common data formatting, and GUI abstraction!
BSD 2-Clause "Simplified" License
71 stars 6 forks source link

Move Ghidra Event Lists into DataMonitor Constructor #58

Closed Flipout50 closed 6 months ago

Flipout50 commented 6 months ago

Improves efficiency by making the event lists as class attributes. This way they aren't reinitialized every time the domainObjectChanged function is triggered.