Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load dumps from @Boreeas' spectator dump tool #9

Open
toulouse opened this issue Sep 8, 2014 · 5 comments
Open

Load dumps from @Boreeas' spectator dump tool #9

toulouse opened this issue Sep 8, 2014 · 5 comments

Comments

@toulouse
Copy link
Member

toulouse commented Sep 8, 2014

We can probably iterate better if we package a set of test data with it.

What do people thing about making a standard tool for downloading + dumping games? In Java, (or mono-compatible C#) since it's a tool instead of a library?

@toulouse
Copy link
Member Author

toulouse commented Sep 8, 2014

@Boreeas is working on a Java tool for dumping.

Going to output to a file compressed with 7zip (LZMA), using their SDK, which is public domain and provides C, C++, Java, and C# implementations.

Google's done the hard work of making the relevant CMake build file: https://chromium.googlesource.com/native_client/pnacl-llvm-testsuite/+/087bc24fe42977223eb264d09fa8d3ab944a45eb/MultiSource/Benchmarks/7zip/CPP/7zip/CMAKE/CMakeLists_Format7zFree.txt

@toulouse toulouse changed the title Need a sample dump or a game dump tool Load dumps from @Boreeas' spectator dump tool Sep 8, 2014
@toulouse
Copy link
Member Author

toulouse commented Sep 8, 2014

Updated task to reflect libOL-specific work needed

@toulouse
Copy link
Member Author

toulouse commented Sep 8, 2014

New info: LZMA Java SDK is insufficient. Going to try libarchive instead for libOL and vanilla ZIP files for compression.

@strangeglyph
Copy link
Member

I think I should clarify that: Jayce is using LZMA2 compressions and 7z archiving, not plain zip

@toulouse
Copy link
Member Author

OK, will take a look at the C++ SDK once again, then. libarchive wasn't cooperating with the build system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants