Looking in QuickBMS sources, there's this two functions:
Code: Select all
OodleLZ_Compress(int algo, unsigned char *in, int insz, unsigned char *out, int max, void *a, void *b, void *c) = NULL;
OodleLZ_Decompress(unsigned char *in, int insz, unsigned char *out, int outsz, int a, int b, int c, void *d, void *e, void *f, void *g, void *h, void *i, int j) = NULL
That's it? And someone have more information about those parameters? Like these "int max, void *a, void *b, void *c" and decompression doesn't need set the algorithm?
PS.: I'm coding in Delphi but any information is useful.
Thanks in advance.