Add ELF dtor functions

This commit is contained in:
Romain Thomas
2018-06-28 16:49:55 +02:00
parent 31a4b19c54
commit 957384cd36
8 changed files with 49 additions and 33 deletions
+5
View File
@@ -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())