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

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -