Featured post
java - Reading binary file without knowing file format -
i'm working on java project , have read files these: - entryid.data - entryid.index - keytext.data - keytext.index ...
i think these files used in dictionary project can't find document this. how can read them or know format of them ? sorry english =.=
thanks alot!
this looks files database management system. 1 file store data, 1 store @ least 1 index speed queries.
i'd start hex editor , @ file. sometimes, content binaries gives hint.
another idea: @ classpath , inspect property , resource files. maybe you'll find database driver or config files jdbc connect strings.
google told me, that 4 files used apple's dictionary.app. have @ blog, can point in correct direction.
last note - reading undocumented binaries challenge. start 010 editor analyse datastructure , develop java based test tool read data. it's sort of try , error evolutionary process.
- Get link
- X
- Other Apps
Comments
Post a Comment