Jump to content

How to find XOR key - example on game Bullet Force - GameGuardian


Enyby
 Share


1. Find value in memory with encrypted search.
2. Use value from game as key and remember result.
3. Do it again with another value. If result still same as previous then this is your XOR key. If not - then it is not XOR encryption.

 

You can subscribe to our new videos.


 Share


Recommended Comments

Hey mate 

It's know some games using 444,444 as xor key ? This meaning that this value is 0 and the difference between this value and the other decrypted value in the game resource is our target value. 444,444 and 444,446 

The value is two 2 ? 2x4 search faster than value is encrypted. But in some games using xor decryption. The key is always changing with the value change ! And find it with (value is encrypted search is impossible! 

Why? It's very powerful search 

Edited by MedoSatoor
Link to comment
  • Administrators

Yes. You can use 2x4 search (xor search) here.

Encrypted search have some limitation.

Xor search too. 

Every method have some pro and cons. You need choose appropriate. In this case it can be xor search or normal search with xor converter if you know persist xor key. It can be faster from xor search and more precise. 

Link to comment

Yes I noticed that value is encrypted search vey good with the games that using xor key but this key must be constant. Not changing. 

But if it's changing between the difference then our encrypted search is unless. 

But anyway thank you for xor search. I never seen this mode in any other memory editor tools 

Your development is awesome ?

Edited by MedoSatoor
Link to comment

Why don't you allow negative offset when doing [value]X[xor_key_offset]? The key could be after the value, it is not always before it.

Link to comment

Ooh I'm dumb you're right. However, it could be more comprehensible sometimes to put negative offsets.

Edited by Rastakiwi
Link to comment

Okay wtf. I am learning about XOR and did exactly what the video shows. I don't get 444xxx key. All I get are two 31 values, 1st value doesn't do anything and second changes bullet value but it also makes the game lag very bad. It's unplayable. Please advise, thanks

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.