mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
MachO: add support for LC_FILESET_ENTRY by parsing fileset_entry_command and exporting them via sub Macho::Binary::filesets_
This commit is contained in:
@@ -70,6 +70,7 @@ void init_LIEF_iterators(py::module& m) {
|
||||
// =====
|
||||
#if defined(LIEF_MACHO_SUPPORT)
|
||||
init_ref_iterator<LIEF::MachO::it_binaries>(m);
|
||||
init_ref_iterator<LIEF::MachO::it_fileset_binaries>(m);
|
||||
init_ref_iterator<LIEF::MachO::it_relocations>(m);
|
||||
init_ref_iterator<LIEF::MachO::it_commands>(m);
|
||||
init_ref_iterator<LIEF::MachO::it_symbols>(m);
|
||||
|
||||
Reference in New Issue
Block a user