nabijaczleweli / rust-embed-resource

A Cargo build script library to handle compilation and inclusion of Windows resources, in the most resilient fashion imaginable
MIT License
166 stars 29 forks source link

question: Editing existing .exe? #36

Closed zkat closed 2 years ago

zkat commented 2 years ago

Is it possible to use this, or one of its related tools, to edit an existing .exe's resource data?

nabijaczleweli commented 2 years ago

This is a wrapper around windres and ld arguments, so no; you probably want something like Resource Hacker, I haven't had problems with it.

zkat commented 2 years ago

Thanks!