Thank you for your answers Mr.Simon Davies and Mr.Simon Slavin, but it
seems that in a sqlite format 3 file (that i have), the offset  28 value is
not valid(not equal to the file size) and surely not equal to offset 92 (00
00 00 00), what i am trying to do, is extract an SQLite Format 3 file from
the hex code of another file, but i can't extract it correctly sadly, here
is the file <http://www.mediafire.com/?77ahzfe9tnh9ao1> if anyone desires
to take a look (would really apreciate it, couldn't attach it because it'll
wait for moderation approval, but i can truly garatntee, the file is safe
no viruses nothing to be worried about, scan
results<https://www.virustotal.com/file/233f4d8adb4cdcd521376ff141a93f5d9732e3dc430b9d785e3ef546d6105b63/analysis/1349359715/>).
The header is at offset: 0x00102194.

Thank you, Omar.

2012/10/4 Simon Slavin <slav...@bigfraud.org>

>
> On 4 Oct 2012, at 2:06pm, Alami Omar <omarr...@gmail.com> wrote:
>
> > Hello, does SQLite format files have any size(fie size of the sqlite
> file)
> > info on the header ? Thank you.
>
> You can find file content information here:
>
> http://www.sqlite.org/fileformat.html
>
> There's no specific location with the length in bytes, you have to
> multiply @16 and @28 and add some header space (I think).
>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to