B3akers / LeagueSkinChanger

Skin changer for League of Legends
MIT License
239 stars 75 forks source link

injector problem #38

Open Koribls opened 3 years ago

Koribls commented 3 years ago

@B3akers My server is in the national server When I open the injector as an administrator, Looking for league of legends processes..., when I enter the game, it starts to appear Failed to alloc space, and there is no response when I press ins in the game! 1

ghost commented 3 years ago

https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-getlasterror add this code next to the failed to alloc space line and print the error so we can see it.

B3akers commented 3 years ago

probably your server has some kind of additional protection because program can not get access to league of legends process

kN1e1ght commented 3 years ago

probably your server has some kind of additional protection because program can not get access to league of legends process

I got an error code 5 by GetLastError().How to bypass this protection bro?

ghost commented 3 years ago

Unfortunately i couldnt find documentations about the VirtualAllocEx(the fuction that errored) function error codes but upon researching things like VirtualAllocEx error 5, VirtualAllocEx errors on code 5 etc. I was able to found something on a ancient forum site that they got their problem solved by adding the program to antivirus excludions. Maybe you could research on this more and find the solution

kN1e1ght notifications@github.com, 30 Oca 2021 Cmt, 08:32 tarihinde şunu yazdı:

probably your server has some kind of additional protection because program can not get access to league of legends process

I got an error code 5 by GetLastError().How to bypass this protection bro?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/B3akers/LeagueSkinChanger/issues/38#issuecomment-770161202, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQIGTWRX2ELZKUUBTA4REK3S4OKYLANCNFSM4WIMN3VQ .

B3akers commented 3 years ago

ERROR_ACCESS_DENIED probably your region has driver to protect league of legends process i can't do anything to that you can use some kind of custom injector but then you will get ban probably

kN1e1ght commented 3 years ago

I've found a sample on this.This program works in my national area.And it seems like there are no packers or protecters on it.But I'mma newbie in the field of win32 RE that I cannot understand the code.Maybe it can do some help to you.

ghost commented 3 years ago

I've found a sample on this.This program works in my national area.And it seems like there are no packers or protecters on it.But I'mma newbie in the field of win32 RE that I cannot understand the code.Maybe it can do some help to you.

that doesnt inject code to lol process if im correct i think it patches files