Posts

Showing posts from 2008

UPX max out

upx -9 --ultra-brute -k --all-methods --all-filters \ -o file-upx+.exe file.exe

Reusing a VirtualBox disk image (.vdi)

VirtualBox does not immediately allow reusing the same virtual disk image due to its UUID assignment. The following command (console) creates a clone image which is usable within the same VirtualBox installation: VBoxManage clonevdi <image_name.vdi> <clone_image_name.vdi>