You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not per say a feature request or bug report, more of a question that might result in either one.
When accessing ResourceVersion through the ResourceManager, it is possible to update the state of the contained ResourceFixedFileInfo and ResourceStringFileInfo. However, upon invoking the write() method to apply the changes and store an updated copy of the binary, the resulting binary still has the original version information.
My question is; does the current version of LIEF even support this, or is the current support for version info only to be able to obtain it from a binary?
Right now LIEF does not support this kind of modification. From a technical perspective it is doable but I would say it is not in the roadmap in the mid-term (in the next ~6/8 months)
This is not per say a feature request or bug report, more of a question that might result in either one.
When accessing ResourceVersion through the ResourceManager, it is possible to update the state of the contained ResourceFixedFileInfo and ResourceStringFileInfo. However, upon invoking the
write()
method to apply the changes and store an updated copy of the binary, the resulting binary still has the original version information.My question is; does the current version of LIEF even support this, or is the current support for version info only to be able to obtain it from a binary?
Thank you for your time, the library is awesome.
The text was updated successfully, but these errors were encountered: