Closed huhuang03 closed 4 years ago
Could you check the DLL to be injected. As far as I googled, LoadLibrary returns the error ERROR_NOACCESS when a DLL could not be loaded by access violation. (See here)
Otherwise, could you post a sample program which causes the error.
Thanks for your reply. After some research. I found that the issue is the injected dll has a dependency on msvcxxx.dll
, which may not exist on some pc. After some modify remove the msvcxxx.dll
dependency. It works.
Same code, on two pc, one work and one not. The error msg from
injector_error()
is:What's the maybe reason..