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
312 stars 36 forks source link

Is Hex-Rays Decompiler supported? #17

Open devnoname120 opened 7 years ago

devnoname120 commented 7 years ago

I can't find an indication one way or the other in the readme.

bamiaux commented 7 years ago

I don't use the decompiler, so I cannot be sure, but it's not incompatible Annotations only visible under the decompiler view won't be shared though

MrSapps commented 6 years ago

I've been using it without issue. I did raise #36 which is possibly caused by the decompiler generating many events. Did you try it and see this kind of behaviour?

Gericom commented 6 years ago

Changing variable names or adding comments in the decompiler window seem not to be synchronized indeed. This is quite a big missing thing imo.

MrSapps commented 5 years ago

Is it because there is no hook for these changes?

bamiaux commented 5 years ago

YaCo does not hook decompiler-only changes