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

Kernel Panic if injected multiple times #1

Open
Tazhys opened this issue May 21, 2024 · 1 comment
Open

Kernel Panic if injected multiple times #1

Tazhys opened this issue May 21, 2024 · 1 comment

Comments

@Tazhys
Copy link

Tazhys commented May 21, 2024

Payload can cause the ps4 to kernel panic on 11.00 if injected multiple times on purpose on by accidental

@DeathRGH
Copy link
Owner

This is a known issue which is caused by the unload/reload functionality.
As we still use a fixed entry point, I added a check to see if the allocation failed which means it has been previously injected.
In this case it will try to free the memory and then re-allocate it.
That will cause a attempt to free memory that is in use if it has not previously been unloaded but injected a 2nd time.

Please take a look at this for details.

@DeathRGH DeathRGH changed the title Kernal Panic Kernal Panic if injected multiple times May 21, 2024
@DeathRGH DeathRGH changed the title Kernal Panic if injected multiple times Kernel Panic if injected multiple times May 21, 2024
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