cseagle / collabREate

Collaborative reverse engineering plugin for IDA Pro. Latest version, including IDA 7.0 support, is not back ward compatible with earlier versions. Substantial changes have been made to the protocol and database.
GNU General Public License v2.0
98 stars 21 forks source link

Server Issue(s) #4

Closed DairyStix closed 4 years ago

DairyStix commented 6 years ago

Hi Chris,

I've just built the server following the requirements outlined in your readme. Im running a windows 10 machine x64 and using IDA 7.1.

1) Currently I'm getting : "Server is in basic mode, updates are not stored","type":"collab_error" - after connecting to my server successfully.

2) After connecting and accessing the collabreate plugin menu with the options "Set checkpoint" "fork project" etc. there is no "Ok" or "cancel" button so I am unable to select any of the options.

Not sure if I'm missing something but any help would be great.

Many thanks.

cseagle commented 6 years ago

Thanks for the feedback. The first message is not really an error per se, more of a limitation. This has been lifted on the testing branch which now caches all updates in memory on the server when in basic mode (I assume you were not in DB mode, otherwise this would truly be an error)

The second problem is also fixed in the testing branch.

cseagle commented 4 years ago

Merged testing into master