mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user