[Qt-interest] Binary & ASCII in QByteArray
Andre Somers
andre at familiesomers.nl
Tue Aug 3 11:42:44 CEST 2010
Op Di, 3 augustus, 2010 11:05 am, schreef Paul England:
> Andre
>
> Indeed I have started tinkering to find differences. In all honesty, I
> think I've figured out how to "append"... or at least a rough idea.
> But, the more I know the better.
>
> And yes, I asked the authors of the program, who are pros at ignorning
> people. Why make something easy, right? :D
>
Sure. Do you have any idea what the application was written in? That could
perhaps lead to clues on the format. Like in the case of Qt, if you have a
program written in Qt, the data format would likely be based abound
QDataStream and it's representation of the different Qt types. I imagine
other toolkits have similar infrastructure, so knowing that could help you
reverse-engineer the data format.
André
More information about the Qt-interest-old
mailing list