hatching / sflock

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

bytes #36

Closed heishihc0519 closed 6 years ago

heishihc0519 commented 6 years ago

[error] when filename == None

if filename.endswith(".cpl"): TypeError: endswith first arg must be bytes or a tuple of bytes, not str

jbremer commented 6 years ago

Excellent catch, thank you @heishihc0519!