wineggdrop

Results 33 comments of wineggdrop

> When the r77 DLL is injected but the header is already present, then DllMain returns false, and injection ends there. So, double injection really refers to installing the hooks...

I did encounter the same error on task manager and I am pretty sure it's anti-virus doinig.As soon as disable defender and it works fine.The difference is I didn't test...

I was getting "cant find chrome_elf.dll" error today in a windows server 2019 VM,but it only occurred at the first run of chrome

![Image](https://github.com/user-attachments/assets/85b35a26-dc48-4417-8729-6b8e3815d1aa) also first run of edge,afterward,it becomes normal,no error pop up ![Image](https://github.com/user-attachments/assets/e55a833d-5c21-44f6-8383-527a3e1e3dcb) ![Image](https://github.com/user-attachments/assets/7d281854-b245-4296-80ec-4b1c7eaa3542) console application sometimes still getting this kind of error

the above test result is of removing all the hook s VOID InitializeHooks() { } VOID UninitializeHooks() { } so pretty sure it's not the hook causing it.I have been...

> Thanks for testing removing the hooks! What about 3.) uncommenting one of the injection routes - how does this play out? I would try that the coming test

Since the access denied error only happens in console application,I am thinking if involving injection too early issue since console program initiation is kind of different from GUI program,if the...

> [@wineggdrop](https://github.com/wineggdrop) Please help me to get things straight here. I wrote R77_HELPER_SIGNATURE into ffmpeg, so technically r77 won't try to inject. I don't understand why this would be a...

Now I am 100% sure the hooking isn't the cause of that issue.Today I modified the R77 dll and using AppInit DLLs to load the code,it works flawlessly.All applications loading...

![Image](https://github.com/user-attachments/assets/06fe03e7-4d9c-4cb9-b714-50963f76c84d) First run,run it again,woh't happen