Registry / utility / casclib

casclib

JSON →
library2024-06-05vcpkgunverified

An open-source library for reading CASC storage from Blizzard games since 2014.

vcpkg install casclib
INSTALL
IMPORT
SIG · CASCLIB
C
casclib
utilitycppv2024-06-05
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CascLib.h
#include <CascLib.h>

Open a CASC storage and print success message.

#include <CascLib.h> #include <iostream> int main() { HANDLE storage; if (CascOpenStorage("path/to/game", 0, &storage)) { std::cout << "Storage opened successfully\n"; CascCloseStorage(storage); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2024-06-05latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

casclib — pip install casclib · libregistry