-
Notifications
You must be signed in to change notification settings - Fork 404
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
No longer working on latest version of Windows? #111
Comments
Confirmed. All versions of r77 are not working on Windows 11 24H2. However, on Windows 11 23H2, the current r77 version works fine. I have tested 24H2 just now, as I found a machine here at home that has already updated to 24H2. Interestingly, previous versions of r77 seem to be affected as well, so this is not a new bug that I've introduced. The stager performs RunPE seemingly successful. However, the r77 service entry point is not hit. I will need to do more analysis and find out why the recent Windows 11 update breaks r77. This issue is the #1 priority as of now. |
Oof 🥲 that sucks. Sooo what now lol |
That's why I has been looking for alternative method to inject the code. |
I've had plans to implement the r77 service without using a hollowed process, but instead inject it into an existing process, such as winlogon using the reflective DLL loader that I already use for the r77 DLL. And right now is the perfect time to implement this! Afterall, if the r77 service doesn't have its own process, then it can't be killed, and I don't have to deal with fixing RunPE when I want to switch to injection anyway. |
My design is to put 2 dll file on disk(32 bit and 64 bit),which will only serve as memory loader,and the core code still save in registry.99% of antivirus won't detect or kill that memory loader currently. |
r77 1.6.0 is now releasedThe r77 service is no longer created using process hollowing, but injected into winlogon using the reflective DLL loader. So, r77 is not just fileless, but processless as well. This is not a hack to circumvent issues in the current process hollowing algorithm, but rather a task that was sitting in my backlog since 2023 - making r77 processless. @wineggdrop The fact that I know how sensitive the file system is. In my powershell script, I coulnd't even use |
Tested on a few fresh builds of Windows now, seems to no longer work on the latest version. Stager has completely stopped working I guess? And install.exe doesn't work either. Injecting manually via test console works fine though. Not sure what the problem is
The text was updated successfully, but these errors were encountered: