We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pointer to function called once for file while editing an import table using the DetourBinaryEditImports API.
DetourBinaryEditImports
BOOL BinaryFileCallback( _In_opt_ PVOID pContext, _In_ LPCSTR pszOrigFile, _In_ LPCSTR pszFile, _Outptr_result_maybenull_ LPCSTR * ppszOutFile );
pContext : Unmodified program specific context pointer passed as pContext argument to DetourBinaryEditImports.
pContext
pszOrigFile : Name of file listed in original import table.
pszFile : Name of file listed in current import table
ppszOutFile : Pointer to output desired import table name.
TRUE to continue editing import table or FALSE to abort.
TRUE
FALSE