Logo
Explore Help
Sign In
QuasarApp/LIEF
4
0
Fork 0
You've already forked LIEF
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-10 02:39:33 +00:00
Code Issues Projects Releases Wiki Activity
LIEF/examples/python/pe_resources_manager.py

9 lines
143 B
Python
Raw Normal View History

Remove path
2017-07-10 23:35:17 +02:00
#!/usr/bin/env python
import sys
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)
2017-04-25 09:28:45 +02:00
import lief
Remove path
2017-07-10 23:35:17 +02:00
b = lief.parse(sys.argv[1])
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)
2017-04-25 09:28:45 +02:00
manager = b.resources_manager
print(manager)
print(manager.manifest)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 66ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API