Tools needed: VMProtect (https://www.mediafire.com/file/z3gk3ue3oiacyzg/VMProtect_v3.8.4.zip/file) -> its load on start for our authswap dll cracked program -> target authswap program
So lets say you cracked a program and you want to auth swap it for your benefits
We can make a program that acts kind of ask a mask, holding back the cracked program If you can get past the mask you have the cracked program.
So how do we make that mask? IDEA ->
- Make a dll that uses any auth, keyauth for example
- Secure it with vmprotect
- Load on start on the target program with vmp
HOW? ->
- Setup keyauth to your keyauth
- Make it read a file, such as key.txt for example
- Make keyauth validate if that key is valid.
.4 -> IF VALID, continue program .4 -> IF NOT VALID, close program
SECURITY ->
- Since latest vmp abuses memory exploits a cracker should not be able to crack this UNLESS they somehow "crack" vmprotect