Purpose

FWDSTAMP adds entry points, called forwarders, to a dynamic link library file.

Description

Forwarders point to API functions or other exported code or data. They contain and import reference so that the final target address of the forwarded entry is contained in a different module. A forwarder might be called an imported export. For more information see Forwarded Entry Point (FWDSTAMP).


[Back] [Next]