Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
can1357 committed Aug 17, 2020
2 parents 147df42 + 05091d9 commit 1ab974b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ By default section discovery is automatic, but in case your calls are not being

Note that the `.<vmp>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.
Expand Down

0 comments on commit 1ab974b

Please sign in to comment.