hatching / sflock

Sample staging & detonation utility to be used in combination with Cuckoo Sandbox.
82 stars 46 forks source link

Dependency restriction for python-magic and olefile #51

Closed DJRHails closed 1 year ago

DJRHails commented 4 years ago

Currently sflock requires olefile==0.43 and python-magic==0.4.12. These were the latest versions at the time of commit, but are now outdated.

The requirement can be changed to olefile>=0.43 and python-magic>=0.4.12, <0.5 without issue. This would allow oletools to be included at a later version alongside sflock.

doomedraven commented 4 years ago

see PRs, there is py3 port WIP