| View previous topic :: View next topic |
| Author |
Message |
beardboy
Joined: 02 Mar 2004 Posts: 444 Location: SLC, Utah
|
Posted: Wed Dec 22, 2004 7:55 pm Post subject: |
|
|
| Quote: | | y would u need it when u've BoBo? ...just ask him and he'll get it for u wearing his shades! |
Are we going to be getting a www.bobo.com anytime soon? And where is my BoBoBar?
thanks,
beardboy |
|
| Back to top |
|
 |
BoBoBar Guest
|
Posted: Wed Dec 22, 2004 8:23 pm Post subject: |
|
|
 |
|
| Back to top |
|
 |
beardboy
Joined: 02 Mar 2004 Posts: 444 Location: SLC, Utah
|
Posted: Tue Dec 28, 2004 4:54 pm Post subject: |
|
|
Since I don't have my BoBoBar yet, I need your help BoBo. I need a binary to ASCII text converter. A dos utility that will run on NT/2000/XP. Something that will do this...
convert.exe binary.txt ascii.txt
thanks,
beardboy |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Tue Dec 28, 2004 7:26 pm Post subject: |
|
|
BoBoBar should come out soon!  _________________
 |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Dec 31, 2004 1:38 am Post subject: |
|
|
@ beardboy
guess it will be 2k5 till I can get this sorted out
Stay tuned. |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Dec 31, 2004 4:48 pm Post subject: |
|
|
@ beardboy
guess, not what you've requested but maybe usefull (for others)
| Quote: | This program is a simple generic binary to ascii file converter. It reads files containing integers or floating points numbers written according to a given format, then writes them all as comma/tab separated ascii in a text file. The binary files structure should be an optional header followed by a succession of records.
... let me emphasize a few things that this program is not:
This is not a Hex Editor: a hex editor is used to examine the internals of a file and eventually make modifications to it without having the application that created it.
This is not a cracking tool: programs are not composed of sequential records.
This is not a disassembler.
This is not a decompiler. Much spoken of, like the Loch Ness monster, such things cannot exist for most programming langages (like C).
This can be used as a reverse engineering tool for figuring out a file format, but it's not going to be easy...
Although it bears similarities with the tools above, this program is useful only for converting (scientific) data writen in sequential records. Say somebody sends you a files and says: "T'was written with a fortran program on a Unix box, it has a succession of 1 million records of two REAL*4 and two COMPLEX*8..." You don't want to write a program just to read it before importing in Excel or whatever (as if Excel could actualy read a million records, hah!). [The answer is at the end of this page ...]
[Download] (1885 Kb) |
|
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Dec 31, 2004 5:27 pm Post subject: Binary To Text Converter |
|
|
| Quote: | Binary To Text Encrypter/Decrypter
BIN2TXT is a console utility for converting files to and from bin2txt text format.
[Download] |
 |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Dec 31, 2004 5:40 pm Post subject: |
|
|
Something different ...
| Quote: | Bin2txt - Console App. Written a few years ago, when I had to include a binary file as a resource. This will dump binary to text, so you can then copy/paste into your resources.
Author: Josef Planeta
[Download] (5.10k) |
|
|
| Back to top |
|
 |
|