Neutron3529 / obfuscate-integer

This is a crate which may stop most Cheat Engine (and other variants) program scanning for the relative address, and thus stop further modification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

obfuscate integer -- against Cheat Engine Users

This is a crate which may stop most Cheat Engine (and other variants) program scanning for the relative address, and thus stop further modification.

Published under GPL v3 or later.

update log

v0.1.1 - v0.1.2

  • hotfix in v0.1.2: delete the main function.
  • add a README.md file
  • add some unsafe code into the crate to make the program more random.

v0.1.0

  • initial commit

About

This is a crate which may stop most Cheat Engine (and other variants) program scanning for the relative address, and thus stop further modification.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%