You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vmprofiler-cli/README.md

14 lines
652 B

3 years ago
# vmprofiler-cli - VMProtect 2 CLI Profiler
3 years ago
3 years ago
vmprofiler-cli is a CLI program which displays all details of a specified VMProtect 2 virtual machine. This information includes virtual instruction pointer advancment direction, all vm handlers, virtual instruction rva decrypt instructions, vm handler table entry decrypt instruction, and much more.
# usage
```
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)
--showhandlers show all vm handlers...
-h, --help Shows this page
```