mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Update dyld shared cache support (resolve #1127)
This commit is contained in:
@@ -51,6 +51,8 @@ void create<dsc::DyldSharedCache>(nb::module_& m) {
|
||||
"dyld-940 (2021-02-09)"_doc)
|
||||
.value("DYLD_1042_1", dsc::DyldSharedCache::VERSION::DYLD_1042_1,
|
||||
"dyld-1042.1 (2022-10-19)"_doc)
|
||||
.value("DYLD_1231_3", dsc::DyldSharedCache::VERSION::DYLD_1231_3,
|
||||
"dyld-1231.3 (2024-09-24)"_doc)
|
||||
.value("UNRELEASED", dsc::DyldSharedCache::VERSION::UNRELEASED,
|
||||
R"doc(
|
||||
This value is used for versions of dyld not publicly released or
|
||||
|
||||
Reference in New Issue
Block a user