hackthissite.org extbasic 4 :: Finda Fake 2
by Arxleol on Sunday 27.12.2009, under hackthissite.org, tutorial
In extended basic mission 4 we will again try to decypher unfamiliar language. Very similar to the one from the previous mission.
Notice in the introduction of the mission the very last line:
Often times you will need to decipher a language which you can not find on google, or is encrypted in some way
I have made up a language for you to decipher. This is slightly harder. What is the output of this program?
This is a REAL language with REAL rules. This is practice for obfustication or encrypted functions.{user types 6,7}
Doesn’t it resambles call to function with parameters 6 and 7!
Now function would look like the following:
BEGIN F.ake var int as in int var as in out var int
BEGIN F.ake is the beginning of the function execution.
var int as in represents assignment of first parameter to variable var
int var as in represents assignment of second parameter to variable int
out var int represents output of variables var and int in this case it is 67