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

Insufficient memory to exec command #3

Open
radiolondra opened this issue Jan 10, 2019 · 1 comment
Open

Insufficient memory to exec command #3

radiolondra opened this issue Jan 10, 2019 · 1 comment

Comments

@radiolondra
Copy link

2019-01-10_2015

@ElyDotDev
Copy link
Owner

Hi. Sorry for the delay.

Well, this issue is raised when you want to use CreateRemoteThread on a process that is owned by another user group with a different privilege level and also the session of the process which windows assign to process. By default, all the system processes will be assigned to session 0 and this error "ERROR_NOT_ENOUGH_MEMORY" is the result of different sessions. In the screenshot, SYSTEM is the user name of the process which is belonged to a different group than the one you used to run windows-kill command. There are some tricky ways to overcome this issue. At first, I will try to reproduce the issue. Could you please give me some info about ataviasvc.exe process? I'll try my best to fix this issue. And also thank you for reporting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants