diff --git a/README.md b/README.md index 848049c..42ab69f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,14 @@ vmprofiler-cli is a CLI program which displays all details of a specified VMProt ``` Usage: vmprofiler-cli [options...] Options: - --bin, --vmpbin unpacked binary protected with VMProtect 2 (Required) - --vmentry, --entry rva to push prior to a vm_entry (Required) + --bin, --vmpbin unpacked binary protected with VMProtect 2 + --vmentry, --entry rva to push prior to a vm_entry --showhandlers show all vm handlers... + --showhandler show a specific vm handler given its index... + --vmp2file path to .vmp2 file... + --showblockinstrs show the virtual instructions of a specific code block... + --showallblocks shows all information for all code blocks... + --devirt lift to VTIL IR and apply optimizations, then display the output... -h, --help Shows this page ```