mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-30 06:14:37 +00:00
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)
|