mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Re-scope Mach-O enums
This commit is contained in:
@@ -28,7 +28,7 @@ template<>
|
||||
void create<SegmentSplitInfo>(nb::module_& m) {
|
||||
|
||||
nb::class_<SegmentSplitInfo, LoadCommand>(m, "SegmentSplitInfo",
|
||||
"Class that represents the LOAD_COMMAND_TYPES::LC_SEGMENT_SPLIT_INFO command"_doc)
|
||||
"Class that represents the :attr:`~.LoadCommand.TYPE.SEGMENT_SPLIT_INFO` command"_doc)
|
||||
|
||||
.def_prop_rw("data_offset",
|
||||
nb::overload_cast<>(&SegmentSplitInfo::data_offset, nb::const_),
|
||||
|
||||
Reference in New Issue
Block a user