DGA-MI-SSI / YaCo

YaCo is an Hex-Rays IDA plugin. When enabled, multiple users can work simultaneously on the same binary. Any modification done by any user is synchronized through git version control.
GNU General Public License v3.0
313 stars 36 forks source link

Function colors not saved to xml/synchronized #50

Closed Gericom closed 6 years ago

Gericom commented 6 years ago

I noticed that the function colors which we use for tracking decompilation progress (like orange = started, green = done) are not synchronized between different users. The colors seem not to be saved to the xml, so it would be nice if that could be added, as it's quite an important feature for us.

image

bamiaux commented 6 years ago

I will add it, but IDA hooks may not notify us when you only change the function color I'll check later