cuckoosandbox / community

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

Fix antivm_bochs_keys signature name, fixes #448 #471

Closed apsillers closed 4 years ago

apsillers commented 4 years ago

The signature in antivm_bochs_keys.py is erroneously named antivm_xen_keys, which conflicts with the signature name in the antivm_xen_keys.py file.

This changes the Bochs signature to be named antivm_bochs_keys.

This fixes #448.