From 696cd24d13fd6e97e4b63c251f19036775b2f1bb Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 20 Aug 2021 02:36:31 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bdc582..4a269f4 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,11 @@ Options: --showhandlers show all vm handlers... --showhandler show a specific vm handler given its index... --vmp2file path to .vmp2 file... - --showblockinstrs show the virtual instructions of a specific code block... - --showallblocks shows all information for all code blocks... + --indexes displays vm handler table indexes for a given vm handler name such as 'READQ', or 'WRITEQ'... + --scanfortables scans all executable sections for vm handler tables... + --showvirtinstrs show the virtual instructions of a specific virtual routine... + --showallrtns shows all information for all virtual routines... + --rtnaddr rva of the virtualized routine to apply another action upon such as --showallblocks... -h, --help Shows this page ```