AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

yawn...
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
beardboy



Joined: 02 Mar 2004
Posts: 444
Location: SLC, Utah

PostPosted: Wed Dec 22, 2004 7:55 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
BoBoBar
Guest





PostPosted: Wed Dec 22, 2004 8:23 pm    Post subject: Reply with quote

Idea Very Happy
Back to top
beardboy



Joined: 02 Mar 2004
Posts: 444
Location: SLC, Utah

PostPosted: Tue Dec 28, 2004 4:54 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Tue Dec 28, 2004 7:26 pm    Post subject: Reply with quote

BoBoBar should come out soon! Razz
_________________
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Fri Dec 31, 2004 1:38 am    Post subject: Reply with quote

@ beardboy
guess it will be 2k5 till I can get this sorted out Wink
Stay tuned.
Back to top
BoBo
Guest





PostPosted: Fri Dec 31, 2004 4:48 pm    Post subject: Reply with quote

@ beardboy
guess, not what you've requested but maybe usefull (for others) Wink

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





PostPosted: Fri Dec 31, 2004 5:27 pm    Post subject: Binary To Text Converter Reply with quote

Quote:
Binary To Text Encrypter/Decrypter

BIN2TXT is a console utility for converting files to and from bin2txt text format.

[Download]


Cool
Back to top
BoBo
Guest





PostPosted: Fri Dec 31, 2004 5:40 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group