Registry / other / libudfread

libudfread

JSON →
library1.2.0vcpkgunverified

UDF filesystem access library

vcpkg install libudfread
INSTALL
IMPORT
SIG · LIBUDFREAD
L
libudfread
othercppv1.2.0
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.

udfread/udfread.h
#include <udfread/udfread.h>

Open and close a UDF filesystem

#include <udfread/udfread.h> #include <stdio.h> int main() { udfread* udf = udfread_open("/path/to/iso"); if (udf) { printf("UDF opened\n"); udfread_close(udf); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

libudfread — pip install libudfread · libregistry