Skip to content

Instantly share code, notes, and snippets.

@Filarius
Created July 24, 2018 20:37
Show Gist options
  • Save Filarius/5f4c6fb6560c9fc4cb2354fceba19c66 to your computer and use it in GitHub Desktop.
Save Filarius/5f4c6fb6560c9fc4cb2354fceba19c66 to your computer and use it in GitHub Desktop.
del
struct lzma_header
{
unsigned int id; // "LZMA"
unsigned int actual_Size; // little endian
unsigned int lzma_Size; // little endian
unsigned char properties[5];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment