PyDA
PyDA copied to clipboard
Multiplayer PyDA
Make PyDA multiplayer with the ability to share a disassembly project across multiple connected clients. Main idea is to have a local sqlite3 db on each client that is kept in a synchronous state through the use of sockets.