Merge branch 'master' of https://githacks.org/vmp2/vmprofiler-cli
commit
5fb67d3dcf
@ -1,3 +1,20 @@
|
||||
# vmprofiler-cli
|
||||
<div align="center">
|
||||
<div>
|
||||
<img src="https://githacks.org/uploads/-/system/project/avatar/374/icon-5.png"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
VMProtect 2 CLI Profiler
|
||||
# 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
|
||||
```
|
Loading…
Reference in new issue