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:
Romain Thomas
2017-04-25 09:28:45 +02:00
parent a8e1e40e1e
commit 733053bc63
78 changed files with 9761 additions and 726 deletions
+1
View File
@@ -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