Jump to content
  • 0

XOR Search


GustavoNog14

Question

3 answers to this question

Recommended Posts

local xor = bit32.bxor

local value = 10;
local xorKey = -- Here the xor key 
local newValue = xor(value, xorKey)

gg.searchNumber(newValue, gg.TYPE_DWORD)

I just detailed it here for understanding, so when your comfortable you can go directly like this 

local xor = bit32.bxor

local value = xor(67, 444444)
gg.searchNumber(value, gg.TYPE_DWORD)

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.