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.
20 lines
791 B
20 lines
791 B
<div align="center">
|
|
<div>
|
|
<img src="https://githacks.org/uploads/-/system/project/avatar/374/icon-5.png"/>
|
|
</div>
|
|
</div>
|
|
|
|
# vmprofiler-cli - VMProtect 2 CLI Profiler
|
|
|
|
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
|
|
``` |