Conversation

For one I don't see what this has anything to do with import resolution, you could replace any function like this. Second, you could simply use SEH and __debugbreak instead of the blatant AddVectoredExceptionHandler usage and easy-to-xref wrapper function.
1
Bookmark
That's a valid point, it's not exclusive to import hashing but I found this is a suitable use for it. It'd be a lot better if the wrapper function was inlined. I used __debugbreak orig but switched.I didn't use SEH as I haven't been able to get it working standalone without crt.
1
1
Show replies