-
Notifications
You must be signed in to change notification settings - Fork 442
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
Access Violation with Avast AntiVirus #34
Comments
Hi @AnderG7221 ! |
Hi Hasherezade Thanks for your reply |
Hi! So, I tested it with a bit newer version of Avast - using an offline installer linked here.
My system is Windows 10 Enterprise as well: Unfortunately, I wasn't able to reproduce the crash that you described. Avast have detected the runner, but everything proceeded smoothly once I let it run. And I am sure that the process of the runner was hooked during its execution. Can you test with the following shellcodes: What I found, those functions from ntdll are hooked, and redirected to
plus, several other DLLs are hooked:
Maybe any of those hooks impact your shellcode specifically? |
Hi |
Hi Hasherezade
I encountered a weird problem when using your project on a machine with Avast antivirus installed
The ShellCode breaks soon after being run due to an issue with the stub ,, Something related to aswhook.dll which Avast injects into all running processes .
The ShellCode Breaks due to Access Violation error
The ShellCode works fine when tested on other machines even with other Antivirus software installed and also works fine in case Avast is paused
I would be grateful if you could help with such issue
The text was updated successfully, but these errors were encountered: