GTina
July 8th, 2002, 01:37 PM
Hi, I need to convert a binary file to a text format so that I can view it in Notepad or other text editor/viewer. anybody knows anything abt this? thx!!!
|
Click to See Complete Forum and Search --> : binary to text format? GTina July 8th, 2002, 01:37 PM Hi, I need to convert a binary file to a text format so that I can view it in Notepad or other text editor/viewer. anybody knows anything abt this? thx!!! Alexey B July 8th, 2002, 02:09 PM You have to know the format of the binary data in the file to convert it to text. Otherwise, you can just try opening it in Notepad and checking if there are recongnizable strings. Elrond July 9th, 2002, 04:33 AM If it is a binary file because it contains binary data, then you can't convert it to text data as it will have no meaning. If it is text data, then the only reason I can see it would appear as binary is because it was crypted. Then you need to know how to uncrypt it. In case it is binary data and you want to edit it, use an hexadecimal editor tool like HexEdit or WinHex, ... Saeed July 10th, 2002, 06:40 PM I assume you are just curious to see if you can make any sense of the binary code ;) It would be like asking me to take a look at a sample DNA and say what that person looks like ;) (assuming its a human beings DNA) anyway the old way to do is this go to good old DOS >debug myfile.exe -d (type the 'd' at the - prompt) type 'q' for quit. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |