mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Enhance PE resources
* Improve Resource Manager * Fix bug when rebuilding resources (aligment issue) * Provide a Python API to access to the resource tree * Pretty print lang/sublang of resources * Parse resource dialog * Parse resource icons * Parse resource version * Add tests on the resource builder * Add tutorial (related to #28)
This commit is contained in:
@@ -52,6 +52,7 @@ void init_LIEF_iterators(py::module& m) {
|
||||
init_ref_iterator<LIEF::PE::it_export_entries>(m);
|
||||
init_ref_iterator<LIEF::PE::it_symbols>(m);
|
||||
init_ref_iterator<LIEF::PE::it_const_crt>(m);
|
||||
init_ref_iterator<LIEF::PE::it_childs>(m);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user