Add relocation in the Abstract layer

The abstracted attributes are:
  * Address: virtual address where the relocation occurs
  * Size: size in bits of the relocation

See: LIEF::Relocation / lief.Relocation and abstract_reader

Resolve: #53
This commit is contained in:
Romain Thomas
2017-09-05 22:00:31 +02:00
parent 58bf7a2987
commit 9503f2fc7b
42 changed files with 785 additions and 214 deletions
+1
View File
@@ -23,4 +23,5 @@ void init_LIEF_module(py::module& m) {
init_LIEF_Section_class(m);
init_LIEF_Symbol_class(m);
init_LIEF_Parser_class(m);
init_LIEF_Relocation_class(m);
}