ASCII Me Anything
~# cat Question
I got this weird output from this program, can you help me figure out the input?
FILES: output.txt, source.js
Reversing the operation
Output.txt
Source.js
The provided JS code defines a function (yes)
that takes a string _0x6c57x2
as input and performs XOR and addition operations on its characters to transform it into a new string _0x6c57x5
. Then, it logs the result to the console with a prefix.
To solve this challenge, we can inverse the operation that is getting applied to retrieve the flag.
Flag: ACSI{j3v3sc1pt_i5_str4ang3}
Last updated