This commit cleans and modernizes the code base of LIEF.

Among the changes:

- It removes the ``and, or, not`` keywords
- It updates the Documentation
- It moves the internal structures in the ``details::`` namespace
This commit is contained in:
rthomas
2022-01-27 18:50:12 +01:00
committed by Romain Thomas
parent 540049d0d9
commit a615adbee4
625 changed files with 15701 additions and 15535 deletions
+2 -2
View File
@@ -59,11 +59,11 @@ void create<Header>(py::module& m) {
.def_property_readonly("is_32",
&Header::is_32,
"``True`` if the binary target a ``32-bits`` architecture")
"``True`` if the binary targets a ``32-bits`` architecture")
.def_property_readonly("is_64",
&Header::is_64,
"``True`` if the binary target a ``64-bits`` architecture")
"``True`` if the binary targets a ``64-bits`` architecture")
.def("__str__",