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!