trumank / repak

Unreal Engine .pak file library and CLI in rust
Apache License 2.0
174 stars 25 forks source link

Use Oodle decompression for hash_list #18

Closed GiovanniMounir closed 6 months ago

GiovanniMounir commented 6 months ago

When using the repak-cli "hash-list" parameter, an error is shown which indicates that the Oodle DLL was not loaded:

Error: pointer to OodleLZ_Decompress was not provided

This commit uses the oodle_loader to load the "OodleLZ_Decompress" symbol similar to the "get" function.