Add Mach-O UnknownCommand.

This command is a placeholder when LIEF does not a Mach-O load command
This commit is contained in:
Romain Thomas
2024-05-25 06:45:08 +02:00
parent f21b38f0c6
commit 8316dacf0b
27 changed files with 339 additions and 38 deletions
@@ -116,6 +116,7 @@ void create<LoadCommand>(nb::module_& m) {
.value(PY_ENUM(LoadCommand::TYPE::DYLD_EXPORTS_TRIE))
.value(PY_ENUM(LoadCommand::TYPE::DYLD_CHAINED_FIXUPS))
.value(PY_ENUM(LoadCommand::TYPE::FILESET_ENTRY))
.value(PY_ENUM(LoadCommand::TYPE::LIEF_UNKNOWN))
#undef PY_ENUM
;