YaCo

m4n0w4r

New member
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

Motivation
IDA does not allow multiple users to work on the same binary. During large malware analysis, we had to use a team of reversers and manual synchronization is a tedious and error-prone process.
YaCo goals are:
  • to support all IDA events (renaming, structure mapping, ...)
  • to be fast (users do not want to wait when working)
  • to prevent conflicts between user modifications
  • to be easy to setup and easy to use
Contributors:
  • Benoît Amiaux
  • Frederic Grelot
  • Jeremy Bouetard
  • Martin Tourneboeuf
  • Valerian Comiti

Download here:
https://github.com/DGA-MI-SSI/YaCo

Regards,
 
Top