Replies: 1 comment 1 reply
-
Are the other DLL's that it's not finding of the same architecture type (i.e., 32-bit vs 64-bit)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to import an exe that relies on some DLLs from Kernel32. I'm trying to do that on a Mac machine, so I got a copy of Kernel32 folder.
I selected the "Load local libraries from disk" and "Load system libraries from disk" options when importing. For "Load system libraries from disk" option I added the path to System32 folder.
But when I import the exe, I get this output:
and it imports the exe and
KERNEL32.DLL
.It's able to load
KERNEL32.DLL
, but not other DLLs. For example,API-MS-WIN-SECURITY-BASE-L1-1-0.DLL
is present inSystem32
folder, but it still complains it can't find it.Beta Was this translation helpful? Give feedback.
All reactions