Skip to content

Commit

Permalink
README minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
GANGE666 committed Mar 12, 2023
1 parent fe55c0d commit 64f5079
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The length of function `vm_interpreter_tea_decrypt` is 0x149F2.
- Code optimization. Virtualization is unsound because code optimization may introduces instructions that xVMP cannot handle. So please compile with the `-O0` option, or optimize after xVMP virtualization is complete. Please do not use the `-O3`, `-O2` option.
- Please do not use the `-g` option. Because it will introduce instructions such as `@llvm.dbg.declare`.
- If you want to modify the interpreter, please run the `scripts/rebuild-with-interpreter.sh` script after installing python2 to update the hard-coded interpreter. The interpreter source code is in the `src/xVMPInterpreter` directory.
- SWITCH statement is not support yet.
- SWITCH, PHI statement is not support yet.



Expand All @@ -174,4 +174,5 @@ The length of function `vm_interpreter_tea_decrypt` is 0x149F2.

## Contributing

Feel free to dive in! [Open an issue](https://github.com/GANGE666/xVMP/issues/new) or submit PRs.
Feel free to dive in! [Open an issue](https://github.com/GANGE666/xVMP/issues/new) or submit PRs.

0 comments on commit 64f5079

Please sign in to comment.