google / sandboxed-api

Generate sandboxes for C/C++ libraries automatically
https://developers.google.com/sandboxed-api/
Apache License 2.0
1.65k stars 189 forks source link

miniz example and tests #140

Closed DemiMarie closed 2 years ago

DemiMarie commented 2 years ago

This adds an example and tests for compression and decompression using miniz. I had to work around a code generator bug: The code generator doesn't include some necessary enums, so #include the actual miniz.h before the generated file.