Postby ranger » December 1st, 2011, 11:38 pm
yeah, anyone computer savvy could recognize the hex formatting.
The article mentions this job isn't really about being a 'spy', but more on the levels of cyber crime for the government - meaning if you don't know jack about computers, random puzzle skills aren't going to be much help.
Akonyl is right. I wrote the hex of it and realized its x86 machine code..However I've only done a bare introduction to x86assembly ( i only know LC-3 and MIPS), I don't really possess the knowledge to do anything after getting the instructions, but this is what I got so far...
mov edx, 0x40
lea ecx, [edi-0x32]
xor ebx, ebx
inc ebx (stdout)
xor eax, eax
add al, 0x4
int 0x80
xor ebx,ebx
inc ebx
xor edx,edx
inc edx
push 0xa
lea ecx,[esp]
mov eax, 0x4
int 0x80
xor ebx,ebx
xor eax,eax
inc eax
int 0x80
yeah firetruck this, I've actually never heard of the GCHQ, but I feel like if you have the skillset to be a cybersecurity agent working for the UK gov, why not go MI6? Probably a lot better salary for a governmental job, and plus, it's freakin MI6
Last edited by
ranger on December 2nd, 2011, 12:14 am, edited 1 time in total.