Re: Adding a section to a PE executable at runtime



Unless you really need to add a section, or need to support Win9x, it is simpler (and safer) to just add your data as a resource, in which case the UpdateResource API can perform all the manipulations.

Eric
.


Quantcast