This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local patch = function(ctx, address) | |
ctx[address] = 0xC3 | |
end | |
local readint = function(ctx, i) | |
if (ctx[i+3] >> 7) == 1 then | |
local val = ctx[i] | (ctx[i+1] << 8) | (ctx[i+2] << 16) | (ctx[i+3] << 24) | |
return val - 0x100000000 | |
else | |
return ctx[i] | (ctx[i+1] << 8) | (ctx[i+2] << 16) | (ctx[i+3] << 24) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local patch = function(ctx, address) | |
ctx[address] = 0xC3 | |
end | |
local readint = function(ctx, i) | |
if (ctx[i+3] >> 7) == 1 then | |
local val = ctx[i] | (ctx[i+1] << 8) | (ctx[i+2] << 16) | (ctx[i+3] << 24) | |
return val - 0x100000000 | |
else | |
return ctx[i] | (ctx[i+1] << 8) | (ctx[i+2] << 16) | (ctx[i+3] << 24) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"credits_left": 99, | |
"rate_limit_left": 99, | |
"person": { | |
"publicIdentifier": "rickvanbeem", | |
"linkedInIdentifier": "ACoAAAFOyWMB-4RoWHfSHvIlTRqB_gOArxTWBE8", | |
"memberIdentifier": "21940579", | |
"linkedInUrl": "https://www.linkedin.com/in/rickvanbeem", | |
"firstName": "Rick", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test |