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

Non-repeatable comment creates both repeatable and non-repeatable comments #29

Closed SpenserStyles closed 6 years ago

SpenserStyles commented 6 years ago

Using yatools-nt_x64-v1.6-0, saving an IDB with a non-repeatable comment creates both non-repeatable and repeatable comments.

bamiaux commented 6 years ago

Yes, v1.6 is broken sorry, a fix is incoming soon

bamiaux commented 6 years ago

Fixed in https://github.com/DGA-MI-SSI/YaCo/commit/e043c07d94d83c7f21bae34bdc575df173524851

bamiaux commented 6 years ago

Please try https://github.com/DGA-MI-SSI/YaCo/releases/tag/v1.7

SpenserStyles commented 6 years ago

I'll give it a try. Thanks!