|
|
|
@ -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
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|