Rust Server Decompiler - Converts Your Binary Server Save Files Into Readable JSON
2 replies, posted
[B]About
[/B]Rust SAV Dumper is a tool that anyone can use to dump any data they want from a servers .sav file.
[B]How
[/B]After doing research for a couple of days, I figured out that Rust was saving its .sav files in the binary format created by Google called protobuf. Once I knew this, I went ahead and started reconstructing the data structure used in Rust. Once I recreated the structure I went ahead and wrote some additional code to perform Reflection on every entity in the binary .sav file. After iterating over each entity, I serialize the data into JSON and format it for the output.
[B]Download Link
[/B][URL]https://drive.google.com/file/d/0B-L9SPtteqoqWklFTklfUDlFa3M/view[/URL][B]
[B]Screenshot of the GUI
[/B][IMG]http://i.imgur.com/qMBw6Yi.png[/IMG]
Rust SAV Exporter would be more appropriate, or Rust SAV Decompiler. ;)
It isn't really decompiling the server itself. Looks useful though!
[QUOTE=Wulfspider;46434259]Rust SAV Exporter would be more appropriate, or Rust SAV Decompiler. ;)
It isn't really decompiling the server itself. Looks useful though![/QUOTE]
Haha I really should change the name. I focused more on the usefulness rather than the name since I whipped it up in about 2 days.
Edit: Changing the name right now to Rust SAV Dumper.
Sorry, you need to Log In to post a reply to this thread.