Results 1 to 8 of 8

Thread: Study a file format

  1. #1

    Thread Starter
    Lively Member SpagettiProg's Avatar
    Join Date
    Dec 2004
    Location
    Miami, Florida
    Posts
    82

    Study a file format

    I have to read information from a file in which the format is gibbersish, kind of like when you open a .exe file in notepad.

    How do I go about styding an unrecognized file format?
    Any links or tuts?

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Study a file format

    There isn't much you can do and it'll end up being a guessing game. You can try opening it up in a hex editor to see if it provides anymore information but other than that... you better hope some sort of documentation has been made for that file type.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Study a file format

    Quote Originally Posted by SpagettiProg
    I have to read information from a file in which the format is gibbersish, kind of like when you open a .exe file in notepad.

    How do I go about styding an unrecognized file format?
    Any links or tuts?
    I have on word for you. "Context". It isn't gibberish to the program which uses them.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Study a file format

    www.wotsit.com is probably a good place to start. Although to be honest, reverse-engineering any binary file is always going to be a tricky business unless you find a REALLY good set of documentation.
    I don't live here any more.

  5. #5

    Thread Starter
    Lively Member SpagettiProg's Avatar
    Join Date
    Dec 2004
    Location
    Miami, Florida
    Posts
    82

    Re: Study a file format

    Quote Originally Posted by wossname
    www.wotsit.com is probably a good place to start. Although to be honest, reverse-engineering any binary file is always going to be a tricky business unless you find a REALLY good set of documentation.

    Thanks everyone, and thank you wossname for the link.

    Basically, this is a file that used to have a viewer. The owner lost the source to the viewer, and needs me to recreate it.

    Like mentioned above, I will be playing guessing game.

    I will do my best. :-)
    thanks

  6. #6
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    Re: Study a file format

    Quote Originally Posted by SpagettiProg
    Thanks everyone, and thank you wossname for the link.

    Basically, this is a file that used to have a viewer. The owner lost the source to the viewer, and needs me to recreate it.

    Like mentioned above, I will be playing guessing game.

    I will do my best. :-)
    thanks
    if u want i can help u with it(im good at these kinds of things.). just pm me a way to chat with u like msn or aim.

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Study a file format

    Quote Originally Posted by high6
    if u want i can help u with it(im good at these kinds of things.). just pm me a way to chat with u like msn or aim.
    Your spelling and grammar suggest otherwise.

  8. #8
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    Re: Study a file format

    Quote Originally Posted by wossname
    Your spelling and grammar suggest otherwise.
    So your saying because I do not use proper grammar online I don't know anything?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width