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

Add Comment getting (and listing) in Ghidra #10

Open mahaloz opened 9 months ago

mahaloz commented 9 months ago

In PR https://github.com/binsync/libbs/pull/5, we implemented setting comments, but there is no way to list them in the actual Comments dictionary in the Interface. We need to eventually do that.

This PR may require us to change how comments are stored, making them a new property of a Function.