c# - How to inject a text resource into a prebuilt native EXE? -
i have native exe (namely setup.exe type of file). i'd inject text resource, e.g. server=x123456.
the purpose upon running exe, read text resource , act accordingly. there way c# code?
note there similar question, focused on injecting skins wpf app.
windows has api updating resources in native executables. check out documentation updateresource , friends.
Comments
Post a Comment