Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported DLL list #2

Open
hsheric0210 opened this issue Mar 10, 2024 · 0 comments
Open

Unsupported DLL list #2

hsheric0210 opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hsheric0210
Copy link
Owner

hsheric0210 commented Mar 10, 2024

Those Windows DLLs are confirmed to not work well with MemoryModule or even crash your program when loaded.

DllMain always fail:

  • user32.dll
  • rasapi32.dll

Crashes your program with STATUS_ACCESS_VIOLATION:

  • wininet.dll
  • shell32.dll
  • oleaut32.dll
  • ole32.dll
  • shlwapi.dll
  • urlmon.dll
  • msvcr100.dll

Tested on Windows 10 (x64) Pro 22H2 (build 19045.4046)

@hsheric0210 hsheric0210 added the bug Something isn't working label Mar 10, 2024
@hsheric0210 hsheric0210 self-assigned this Mar 10, 2024
@hsheric0210 hsheric0210 pinned this issue Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant