endianness
Last updated
Last updated
Know of little and big endian?
Additional details will be available after launching your challenge instance.
nc titan.picoctf.net 62482
. Source
Start the instance and download the given flag.c
file. Connect to instance via netcat and get the word.
I have created a solution in C program, with the functions from the given flag.c
file, to get the little and big endian values of the given word.
On executing the above script, got the values.
Providing the values that we got to the instance, got the flag.
Flag: picoCTF{3ndi4n_sw4p_su33ess_02999450}