From 05091d9538f7e74654e09890544363bee5d86659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Can=20B=C3=B6l=C3=BCk?= Date: Mon, 17 Aug 2020 03:12:17 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b79fdfc..3dcb2e8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ By default section discovery is automatic, but in case your calls are not being Note that the `.1` section is the merged VMProtect DLL which should not be inputted. -If you wish to disable optimization you can use `-noopt` and to test the experimental x64 compiler you can use `-experimental:recompile`. +Additionally you can use any of the following switches: +- `-noopt`: Disables optimization. +- `-opt:constant`: Optimizes the VMProtect Ultra constant obfuscation out. +- `-experimental:recompile`: Enables the experimental x64 compiler. # Known bugs - Known issues from VTIL-Core, mainly the lack of jump table support and propagation passes taking too long/not being great which are being worked on.