CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2012
    Posts
    2

    Can anyone point me in the right direction?

    Hello, First of all, I'm extremely new to any form of coding whatsoever, so I'm not entirely sure how everything works. I have a few .dat files that I'm trying to edit. I read up on it for a while and was told to basically decrypt it into a .txt file and edit it from there then turn it back into the .dat. But when I made it a .txt the contents are complete gibberish. Heres a sample fragment of the text I got as an end result.
    Code:
    ç!pÕ<Rœßv!§*
    ß*Þ”(Ñ@y^*Xºè/È)¤3¹Ž¸I+x
    Vwó˃dpë¹|dUÿV1ñ÷ÂLóv‰/]»âð…>Έ¾Ò,b¼o`ož’*Ü¡¢üK”*þéšaC–)›*£ÿ–Ž{¢öz*4rzÑïø¸q68î’•Q€ôÙ|wßÅÅžm*é(&DǬ¬Xêf_^üŸΙG&}9!RDkjie·“5côTãjW3Og/ÛßuºÝ)!â·
    Could anybody possibly point me in the right direction to getting something reasonably editable out of that? If so it would be much appreciated.

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: Can anyone point me in the right direction?

    What is a ".dat" file? Any program can write any file with any extension it wants.

    Viggy

  3. #3
    Join Date
    May 2012
    Posts
    2

    Re: Can anyone point me in the right direction?

    In this case the .dat's are programming from inside a .ipa.. a smartphone app.

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: Can anyone point me in the right direction?

    As already mentioned...any app and write data to any extension they want. So, unless you find out what the actual data mime type is and what form of encoding/encryption the developer used...you're sunk.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Jan 2012
    Location
    toronto
    Posts
    13

    Re: Can anyone point me in the right direction?

    after reading this post i think i finally understand the importance of mime types

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

Featured