hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
483 stars 120 forks source link

No vmcloak Error Codes #153

Open remtcsdev opened 5 years ago

remtcsdev commented 5 years ago

It seems that VMCloak fails to set appropriate error values on exit when there are errors...

This code errors...

vmcloak install $vmcloak_base silverlight silverlight.version=BADVERSION --debug
echo $?

...but the error code remains "0".