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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -