mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-29 13:54:33 +00:00
* 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)
7 lines
183 B
Python
7 lines
183 B
Python
import lief
|
|
|
|
b = lief.parse("/home/romain/dev/LIEF/LIEF/tests/samples/PE/PE64_x86-64_binary_mfc-application.exe")
|
|
manager = b.resources_manager
|
|
print(manager)
|
|
print(manager.manifest)
|