Extract Resources from PE? #40
-
Is it possible to export a resource as a file from a PE? For example, to extract an icon resource as a valid |
Beta Was this translation helpful? Give feedback.
Answered by
hasherezade
Oct 31, 2023
Replies: 1 comment 2 replies
-
hi @acook ! However, currently PE-bear export resources only in their raw form, it doesn't append the header to the .ico files during their export. I may implement it as an additional option in the future. For now I would recommend you to use ResourceHacker: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
acook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @acook !
Yes, it is possible to export resources:
However, currently PE-bear export resources only in their raw form, it doesn't append the header to the .ico files during their export. I may implement it as an additional option in the future. For now I would recommend you to use ResourceHacker:
https://angusj.com/resourcehacker/#download