From c5a44454e7e4f7829997170aac9485bfa5265b60 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 1 Jun 2021 06:05:56 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7f3511..921f33f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# vmprofiler-cli +# vmprofiler-cli - VMProtect 2 CLI Profiler -VMProtect 2 CLI Profiler \ No newline at end of file +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. \ No newline at end of file From d189352b9540a430a3bd685821c5f82aa14528da Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 1 Jun 2021 06:06:39 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 921f33f..4943570 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # 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. \ No newline at end of file +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 +``` \ No newline at end of file From 2dec938eb199ab54415549e70021e3a503478f53 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 1 Jun 2021 06:13:06 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4943570..e1bbc9f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +
+
+ +
+
+ # 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.