Element-0 / ElementZero

Run windows version of BDS in linux with Mod support
GNU General Public License v3.0
273 stars 51 forks source link

How to read audit results? #135

Open APersonOnGithub opened 4 years ago

APersonOnGithub commented 4 years ago

When I open the audit.db file the session and player columns are jibberish so I cannot read them, and the blocked column is always null. Also I have no way to identify the types based on a number Image of what I get when trying to check audit: https://user-images.githubusercontent.com/45295884/89741037-cd69f400-da85-11ea-8b9d-ea3ab8bea965.png

Im using the latest 1.16 pre-release I'm using this SQL viewer, But using sqlite3 on Linux also gives similar results: https://sqlitebrowser.org/

Redbeanw44602 commented 4 years ago

That is data stored in binary. I ran into the same problem, and it seems that I cannot solve it now. This project may help you: https://github.com/Element-0/PacketDecoder