cuckoosandbox / community

Repository of modules and signatures contributed by the community
323 stars 175 forks source link

Fix creates_null_reg_entry.py when regkey uses UTF-16 characters #454

Open zaphodef opened 5 years ago

zaphodef commented 5 years ago

There was a bug when the register key used UTF-16 characters (reproducible running the sample e2cfa5d45b79fb8df2bbfd3259dd7320 from VirusTotal). The future library is included through some requirements (eg. pyguacamole) from cuckoo, but we should explicitly add it to the list of requirements. I can make the appropriate PR on the cuckoo repo if needed.