mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Add ELF dtor functions
This commit is contained in:
@@ -477,6 +477,11 @@ void create<Binary>(py::module& m) {
|
||||
py::return_value_policy::reference)
|
||||
|
||||
|
||||
.def_property_readonly("dtor_functions",
|
||||
&Binary::dtor_functions,
|
||||
"Destuctor functions that are called the main execution")
|
||||
|
||||
|
||||
|
||||
.def(py::self += Segment())
|
||||
.def(py::self += Section())
|
||||
|
||||
Reference in New Issue
Block a user