PDA

Click to See Complete Forum and Search --> : X-FILES - "The Unknown Person !"


Active
Apr 10th, 2001, 02:33 AM
_____________________________________________

"The Unknown Person"
Screen Play By Active

......http://www.thexfiles.com/images/springgallery_9.jpg
_____________________________________________

Agent Fox Mulder and Agent Dana Scully Investigating a
Homicide case found some files that don't seem to be
normal on the suspected psycopath's computer. They
Suspect that those files could reveal information about
his next to be victim.

Their Computer Experts analysed those files and found
that the bitmap file should have the image of a man.
Strangely though, they were unable to Identify him from
the distorted image. All they Could come up with, is..

The Image is Not Encrypted
No File is hidden within the Image File


Also the Audio file did not help them either. It seems to
be an alien voice saying something. They can confirm
that the file is not encrypted and no file is hidden within
the audio file.

Mulder and Scully heard that you are an expert in this
field and are requesting your help !
Please help them.

parksie
Apr 10th, 2001, 05:01 AM
Well, at least it won't matter -- he's already dead!

Fox
Apr 10th, 2001, 05:17 AM
Too easy.. The wav was too less encrypted ;) Well I can't get the connection to the picture, though.


e = m*c*c

parksie
Apr 10th, 2001, 05:21 AM
Okay...I've solved the picture puzzle...that was too easy even by my standards :D

chenko
Apr 10th, 2001, 05:26 AM
Got it ;)

But I dont get the bmp thou?

Fox
Apr 10th, 2001, 06:58 AM
Hm, yeah.. its not encrypted and its not renamed (header identifies it as BMP)...

so maybe it just has the wrong size? I have no time to code such a tool now but Id say its something like this.. :rolleyes:

denniswrenn
Apr 10th, 2001, 07:06 AM
I have found the answer.. The picture, is a picture of Mike, it was distorted like that because the camera broke at the exact same second the shutter clicked. The .wav file is a clip of what Mike sounds like when he is drunk... :rolleyes:

Fox
Apr 10th, 2001, 07:10 AM
So there is no real picture hidden?

parksie
Apr 10th, 2001, 07:44 AM
There's definitely a picture there :) I found it in about 10 minutes (using trial and error).

Active
Apr 10th, 2001, 09:01 AM
So Parksie and Fox get it right...

They However have to explain the other file.
But don't cheat !

ah... I running out of UPS power..
I facing a Power Black out here...

parksie
Apr 10th, 2001, 09:53 AM
It's easy to explain. The file has been altered to set the supposed width to be a larger value than the data exists for. Therefore the lines are all out of alignment, giving that fairly classic pattern. You get it all the time when using RAW files.

sail3005
Apr 10th, 2001, 10:19 AM
Well, How do you fix it then? Do you just resize it?

sail3005
Apr 10th, 2001, 10:22 AM
I got what the .wav file was saying. But can't figure out the bitmap!

Active
Apr 10th, 2001, 10:24 AM
Actually .. Not only the width is changed...

The width is swapped with Height...

How about the Audio file ???

Active
Apr 10th, 2001, 10:26 AM
Ok...Now what you have to do..is send me the
Corrected versions of both the files(Zipped) to..

gurukumara@yahoo.com

chenko
Apr 10th, 2001, 10:37 AM
Ok I know what the picture by looking at it and i know what the sound is, but how do I change the pic to normal, and vice versa?

Active
Apr 10th, 2001, 12:26 PM
Ok...I recieved Parksie's Image...

Parksie gets a tight Hug from Scully ! :D

Parksie will do the Explanation part..

parksie
Apr 10th, 2001, 12:29 PM
In yer BMP file, swap the values (using a hex editor) at offsets 0x12 and 0x16, this is where the width and height are stored :)

For the sound file, load it into sound recorder and speed it up :)

Active
Apr 10th, 2001, 12:29 PM
I mean.... I received both the corrected files.
That is in a format Understandable by all.

sail3005
Apr 10th, 2001, 12:51 PM
Cool. So, how about another challenge Active?

Active
Apr 10th, 2001, 01:00 PM
Decoding the Sound is the Easiest one..

use soundrecorder ..and increase it speed exactly by 200%

If you don't know where sound recorder is..

put

sndrec32 in the start menu ->> Run Box. and enter

denniswrenn
Apr 10th, 2001, 01:23 PM
Does anybody have a hex editor that I can download? I can't seem to find any :(

Active
Apr 10th, 2001, 01:34 PM
Here is hiew...dos program

put a short cut to it in the Windows send to folder
and then right click any file and choose send to hiew..

denniswrenn
Apr 10th, 2001, 01:46 PM
Thanks, but how do I use it?

I have the file open, but I don't know how to replace values... :confused:

Active
Apr 11th, 2001, 02:54 AM
Sorry.. I forgot to tell you that ! :p

Use the Enter key to cycle through

the Text Mode(The default screen when you open a file)
the Hex edit Mode (where you do the Hex-editing)
the Disassembly mode (Yes...you are seeing it right ;) )

In the Hex Editing mode

Get to the Required offset using the Mouse or the
direction keys and Press F3 to start Editing.
Press F9 once you are Ready to save it..
F10 to quit.

Use Tab keys on the Hexediting Screen to Switch from Hex Pane to Ascii pane.

This is the best Hex editor I ever Found.