avalanchePT Posted October 1, 2018 Posted October 1, 2018 Good morning / good night / good afternoon how xor works I would like to learn how it works and everything can help?
Administrators Enyby Posted October 1, 2018 Administrators Posted October 1, 2018 Xor value with it address.
Newbi Posted October 2, 2018 Posted October 2, 2018 17 hours ago, Enyby said: Xor value with it address. I thought I understood something but maybe I didn't. Are there games out there that uses their value's address as Xor key ? Also is a way to Xor address and value with GG ?
Administrators Enyby Posted October 2, 2018 Administrators Posted October 2, 2018 Xor type is dword value xored with it address. In C it is look like: // int* i; int value = *i ^ i; //get *i = value ^ i; // set _______________________________________________ added 0 minutes later You can check any value in memory editor. Firstly view it is as dword. Secondly as xor. xor value will be dword value ^ address. _______________________________________________ added 2 minutes later -1.762.496.778 = 10 ^ 0x96f26efc
avalanchePT Posted October 2, 2018 Author Posted October 2, 2018 3 hours ago, Enyby said: Xor type is dword value xored with it address. In C it is look like: // int* i; int value = *i ^ i; //get *i = value ^ i; // set _______________________________________________ added 0 minutes later You can check any value in memory editor. Firstly view it is as dword. Secondly as xor. xor value will be dword value ^ address. _______________________________________________ added 2 minutes later -1.762.496.778 = 10 ^ 0x96f26efc Could it be more explicit? I'm new to gameguardian: /
Newbi Posted October 2, 2018 Posted October 2, 2018 @avalanchePT I think in your case this would be great for you Game Guardian tutorials - GameCheetah.org (#7fu7093f) If you already know how to use GG you can skip to the Xor part. It's very complete and enriching.
Question
avalanchePT
Good morning / good night / good afternoon how xor works I would like to learn how it works and everything can help?
7 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.