Hello all, guys, could someone help me, I'm trying to edit the resource of a Exe file in runtime, for example I would like to edit the
FileDescription field of my Exe file. I know get the field, using GetFileVersionInfo + VerQueryValue. but how can Imodify it?
I think with UpdateResource but I do not know how to use :P
any help, thanks!
AFAIK there is no way to edit resources at runtime because the system locks the file for write access.
You may be able to do it by using a trampoline process.
ok but how I can do for any file? :P