mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Add support for DEX fields
This commit is contained in:
committed by
Romain Thomas
parent
3d7802aaac
commit
b43d3fd6c8
@@ -68,6 +68,10 @@ void create<File>(py::module& m) {
|
||||
static_cast<no_const_getter_t<it_methods>>(&File::methods),
|
||||
"Iterator over Dex " RST_CLASS_REF(lief.DEX.Method) "")
|
||||
|
||||
.def_property_readonly("fields",
|
||||
static_cast<no_const_getter_t<it_fields>>(&File::fields),
|
||||
"Iterator over Dex " RST_CLASS_REF(lief.DEX.Field) "")
|
||||
|
||||
.def_property_readonly("strings",
|
||||
static_cast<no_const_getter_t<it_strings>>(&File::strings),
|
||||
"Iterator over Dex strings")
|
||||
|
||||
Reference in New Issue
Block a user