fkie-cad / RoAMer

Robust Automated Malware Unpacker
GNU Affero General Public License v3.0
84 stars 15 forks source link

queue: Fix IPC problem for python 3.9+ #28

Closed blattm closed 2 years ago

blattm commented 2 years ago

Use pickle instead of json for queue.lock.

danielplohmann commented 2 years ago

MVP!