Does anybody know a good set of tools for doing reverse engineering of binaries in a collaborative way?. My original idea is to disassemble a binary, allowing to add information about functions, parameters, global variables, etc. Then such information should be propagated in all the analyzed modules.
It should be an open source platform. A good (but closed) example of this is CrowdRE alpha
At least, i will need some kind of version control system (svn, git, etc) and a disassembler (like radare2).
Thanks!