|
-
Oct 20th, 2023, 02:07 AM
#10
Re: C++ Created DLL File To Use In VB6
More driver stuff. They work fine when the only imports are from ntoskrnl but I'm getting file not found when using imports from fltmgr.sys. The C reference version has the fltmgr imports in it's IAT so I assume that's where it's actually pointing (KMDF, a different framework, uses dynamic loads but those don't appear in the IAT), and the IAT looks identical from a PE viewer.
So since it looked like OP was indeed getting the correct path, I thought it might be a similar issue where a compiler can mess up something in the import table in some subtle way. I've had issues with decorated names before, those give an entry point not found error, so didn't think OP had that issue.
Last edited by fafalone; Oct 20th, 2023 at 02:10 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|