I give up.
Tell me where to begin?
Hint: The encoding you are given on the website does not immediately decode to a wordDumb question?
If there's only one word, and its formulated from only the letters displayed - what's to stop someone using an anagram solver and just trying every permutation?
I began by simply typing the URL, took one look, looked at the page source code to see if there was anything there that jumped out at you, and then I closed the tab. Lol.
i looked at the HTML code too
told me the answer is 16 chars
...i think
i looked at the HTML code too
told me the answer is 16 chars
...i think
Hint: The encoding you are given on the website does not immediately decode to a word
Then if shortlisted, you have to go through a four-month security clearance period where they check your background. (MOD is two months clearance).
How easy is it do get an ASM86 debugger such as SoftICE working on a VirtualBox machine?I still think you're all looking in the wrong place
The hex codes are not a message, they're an x86 program. You need to put this hex codes into a .com file and run it (I've already disassembled it above, but if you're paranoid run it from a VirtualBox machine). From a quick glance it performs some bit logic then displays a message as int 0x80 is the print to screen interrupt.
Hope this helps
How easy is it do get an ASM86 debugger such as SoftICE working on a VirtualBox machine?
It's been years since I've touched ASM and as I'm using OSX I need to use VirtualBox in order to do Windows stuff.
Thanks, I'll have a play, if anything it will be nice to learn a little extra about Linux while I'm at it.Personally I would not do this in windows as windows it a nightmare on memory usage etc. Best off using linux