reply to discussion
Results 1 to 11 of 11
  1. #1
    VenagE
    VenagE is offline
    Sr. Member
    VenagE's Avatar

    Posts
    113 - liked 1 times
    uncrypt a .dat file
    i have a dat file and i wanna see what's inside in words no HEX or ASCII code ...
    i have ultra edit .
    anyone ? plz


    See More: How do you ?
    -- Peace I Holla --




  2. #2
    GoldenBear
    GoldenBear is offline
    Member

    Posts
    30

    I think it really depends on what the .dat file was made by. Lots of programs use the .dat extension.

    Are you sure it contains text?

    -GB



  3. #3
    falcon84
    falcon84 is offline
    Newbie

    Posts
    2

    if u got the dat file from a VCD, its probably a plain mpeg2 format



  4. #4
    ZelRiptha
    ZelRiptha is offline
    Member
    ZelRiptha's Avatar

    Location
    Houston, TX, USA
    Posts
    78

    Re: How do you ?

    Originally posted by VenagE
    uncrypt a .dat file
    i have a dat file and i wanna see what's inside in words no HEX or ASCII code ...
    i have ultra edit .
    anyone ? plz
    I've written a simple hex-dumper - it'll show any ascii data in the file if it's readable. This is compiled on Win2k, not sure it will work on all Windows...

    It could be improved - I mainly use it on Unix systems, so this Windows version may have bugs.

    Notice: This is an executable file, but it is not a virus. To run the program, you will need to download it and change the extension to .exe. Legal disclaimer here: if it screws up your system, I'll try and help, but will accept no responsibility for its use (or misuse).

    hex.prg
    - Member of the Blue Turnip Fanclub Name Glow
    crew!

    - Originator, Founder, and Creator of the Super Si Poetic Society
    !

    - Certified Geek



  5. #5
    VenagE
    VenagE is offline
    Sr. Member
    VenagE's Avatar

    Posts
    113 - liked 1 times

    Originally posted by GoldenBear
    I think it really depends on what the .dat file was made by. Lots of programs use the .dat extension.

    Are you sure it contains text?

    -GB
    from msn
    -- Peace I Holla --



  6. #6
    VenagE
    VenagE is offline
    Sr. Member
    VenagE's Avatar

    Posts
    113 - liked 1 times

    Re: Re: How do you ?

    Originally posted by ZelRiptha
    I've written a simple hex-dumper - it'll show any ascii data in the file if it's readable. This is compiled on Win2k, not sure it will work on all Windows...

    It could be improved - I mainly use it on Unix systems, so this Windows version may have bugs.

    Notice: This is an executable file, but it is not a virus. To run the program, you will need to download it and change the extension to .exe. Legal disclaimer here: if it screws up your system, I'll try and help, but will accept no responsibility for its use (or misuse).

    hex.prg

    prog simply doesn't work , i changed to ".exe" when it runs , a dos command prompt shows up and quickly disappears . I guess it doesn't work , i'm using win xp
    -- Peace I Holla --



  7. #7
    ZelRiptha
    ZelRiptha is offline
    Member
    ZelRiptha's Avatar

    Location
    Houston, TX, USA
    Posts
    78

    Sorry, Ven. I meant to say it's a console app. Try running it from the command line.

    It requires an argument - the file you want to dump. So you'd type something like:

    Code:
    hex.exe my_file.dat
    Does that make more sense?
    - Member of the Blue Turnip Fanclub Name Glow
    crew!

    - Originator, Founder, and Creator of the Super Si Poetic Society
    !

    - Certified Geek



  8. #8
    ZelRiptha
    ZelRiptha is offline
    Member
    ZelRiptha's Avatar

    Location
    Houston, TX, USA
    Posts
    78

    Also, if the file is large, you'll want to pipe the output into a text file. Like so:

    Code:
    hex.exe big_file.dat > big_dump.txt
    Sheesh, I shoulda coded a UI.
    - Member of the Blue Turnip Fanclub Name Glow
    crew!

    - Originator, Founder, and Creator of the Super Si Poetic Society
    !

    - Certified Geek



  9. #9
    VenagE
    VenagE is offline
    Sr. Member
    VenagE's Avatar

    Posts
    113 - liked 1 times

    it still shows the numbers in rows and colums ...

    nothing into words , it's a file from msn conversation
    -- Peace I Holla --



  10. #10
    ZelRiptha
    ZelRiptha is offline
    Member
    ZelRiptha's Avatar

    Location
    Houston, TX, USA
    Posts
    78

    Ah, sorry it didn't help more.

    The data is clearly not stored as character strings then.
    - Member of the Blue Turnip Fanclub Name Glow
    crew!

    - Originator, Founder, and Creator of the Super Si Poetic Society
    !

    - Certified Geek



  11. #11
    VenagE
    VenagE is offline
    Sr. Member
    VenagE's Avatar

    Posts
    113 - liked 1 times

    DARN IT

    it's all good i'll try and find how to do it on the net , thanks anyways for the help
    Last edited by Zandro; 11-09-2003 at 02:59 PM.
    -- Peace I Holla --



  • Similar Threads







  • Quick Reply Quick Reply

    If you are already a member, please login above.