IDArlingTeam / IDArling

Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
https://idarling.re
GNU General Public License v3.0
660 stars 99 forks source link

Big DB Upload/Download failes due to "MemoryError" #96

Open bentt6 opened 5 years ago

bentt6 commented 5 years ago

I'm working on a very big IDB (~700MB) the server fails to Upload / Download the file it has "MemoryError". (sockets.py:186 - self._read_buffer.extend(data)) I think that the cause is that all the IDB is sent over a single packet, (I patched the code locally to split the Upload and Download over multiple packets and it seems to be working)

justMaku commented 4 years ago

Hey there, could you please share the patch you're using?