Execution Style

horst
Posts: 24
Joined: Fri Mar 06, 2009 11:07 am
Location: Germany

Execution Style

Post by horst »

I'm stuck at the 3rd part of this challenge and I think it's broken. It only shows me a few lines of code followed by garbage. Or is fixing the code part of the challenge?
Chocoholic
Posts: 44
Joined: Mon Feb 16, 2009 4:11 pm
Location: UK

Post by Chocoholic »

You don't have to fix anything, you can run it all straight away if you know what language it is. At least it was like that when I did it.
horst
Posts: 24
Joined: Fri Mar 06, 2009 11:07 am
Location: Germany

Post by horst »

I tried another p****n interpreter, now it works :)
Axxaran
Posts: 5
Joined: Mon Jul 19, 2010 10:20 pm
Location: Good ole Germany

Post by Axxaran »

I need a hint: How can the maths deep inside be solved? Great challenge so far ! :P
ShadowWidow
Posts: 6
Joined: Tue Nov 09, 2010 4:09 pm
Location: Germany

Post by ShadowWidow »

Do i have to change anything at the maths deep inside ?
I have no idea what to do with this: "...P01^:8*g"
megabreit
Posts: 141
Joined: Sat Jan 03, 2009 3:33 pm

Post by megabreit »

It's not math... and you (hopefully) came across similar "things" in other challenges.
ShadowWidow
Posts: 6
Joined: Tue Nov 09, 2010 4:09 pm
Location: Germany

Post by ShadowWidow »

megabreit wrote:It's not math... and you (hopefully) came across similar "things" in other challenges.
That was a very good hint :)
First i didn't know what you want to tell me but then ...
KainsRache
Posts: 2
Joined: Mon Oct 18, 2010 2:52 pm
Location: Bremen / Germany
Contact:

Post by KainsRache »

Hello everybody,

I'm stuck at the beginning. I realized what the image wants to tell me and I used this information to create a new file. It looks perfectly when peering into the depths, header is okay and I think I can tell what kind of file it is and what is's supposed to do when accessed.

But there's my problem, I get an error that it's not a valid file when trying to execute it. Am I missing something? I tried it with Win7 x64, might that be the problem? I never had problems when creating files of the same type with the associated program, what am I doing wrong? (trying not to give too much information for these who don't know what's inside this image)

Edit: WinXP x86 - same problem, any hints, please?
HugStuart
Posts: 13
Joined: Sat Oct 25, 2008 4:51 pm

Post by HugStuart »

KainsRache wrote:
But there's my problem, I get an error that it's not a valid file when trying to execute it.
I get exactly the same error...
michuber
Posts: 57
Joined: Sun Oct 26, 2008 3:30 pm

Post by michuber »

Tested on WinXP/i386 and Win7/x64.

MD5 = 808105e3914a92c53fb0bc856b83382f
aurora
Posts: 54
Joined: Thu Feb 05, 2009 12:31 pm
Location: Bavaria, Germany

Post by aurora »

mmm ... i am apparently missing something ... do i have to have in-depth knowledge about the fileformat? (MZ/PE) i seem to be unable to get any file out of this with MD5 8081... nor am i able to execute it nor does any disassembler / inspector i am aware of know how to handle the file i have ...
User avatar
MatRush
Posts: 33
Joined: Fri May 13, 2011 1:26 pm
Location: China
Contact:

Post by MatRush »

aurora wrote:mmm ... i am apparently missing something ... do i have to have in-depth knowledge about the fileformat? (MZ/PE) i seem to be unable to get any file out of this with MD5 8081... nor am i able to execute it nor does any disassembler / inspector i am aware of know how to handle the file i have ...
You only need to recognize some file header, and if you on the right track, you will get a file with an icon.
User avatar
klogk
Posts: 5
Joined: Fri Dec 23, 2011 3:45 pm

Post by klogk »

MatRush wrote:
aurora wrote:mmm ... i am apparently missing something ... do i have to have in-depth knowledge about the fileformat? (MZ/PE) i seem to be unable to get any file out of this with MD5 8081... nor am i able to execute it nor does any disassembler / inspector i am aware of know how to handle the file i have ...
You only need to recognize some file header, and if you on the right track, you will get a file with an icon.

Do any tools I need to extract the icon?
User avatar
dangermouse
Posts: 89
Joined: Sun Jun 05, 2011 8:14 pm
Location: deep space computing AG
Contact:

Post by dangermouse »

I used a powerful image manipulation tool for the first part of this challenge!
User avatar
MatRush
Posts: 33
Joined: Fri May 13, 2011 1:26 pm
Location: China
Contact:

Post by MatRush »

What it is? I want to have a look!
Post Reply