VMProtect 2 CLI Virtual Machine Information Displayer
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.
 
 
Go to file
_xeroxz 829f7dfc92
updated vmprofiler to v1.5
3 years ago
dependencies updated vmprofiler to v1.5 3 years ago
src fixed spacing 3 years ago
.clang-format added clang format, updated main.cpp and removed vmctx deps 3 years ago
.gitignore added source and sub modules 3 years ago
.gitmodules completely reconfigured vmprofiler cpp files... 3 years ago
LICENSE Add LICENSE 3 years ago
README.md Update README.md 3 years ago
vmprofiler-cli.sln fixed include paths 3 years ago

README.md

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