binsync / libbs

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

Ghidra Global Variable Watching #60

Closed Flipout50 closed 4 months ago

Flipout50 commented 4 months ago

Adds watcher support for global variable renaming. Closes #47

Flipout50 commented 4 months ago

@mahaloz do I need to worry about handling the deleted kwarg for the global variable change function. It doesn't look like its implemented like the others but ghidra deletes the global when we rename

mahaloz commented 4 months ago

@Flipout50 nah, skip it for now.