patch-iat icon indicating copy to clipboard operation
patch-iat copied to clipboard

Provides the ability to patch/hook functions imported by a dll or executable

Results 1 patch-iat issues
Sort by recently updated
recently updated
newest added

I know this is an old project, but thought I'd highlight this issue anyway. ``` at PatchIat.ImportAddressTable.FindImportedModule(ProcessModule module, ImageImportDescriptor* descriptors, String importedModuleName) in D:\Tools\patch-iat\ImportAddressTable.cs:line 202 at PatchIat.ImportAddressTable.ApplyPatch[TFunction](ProcessModule module, String importedModule,...