Skip to content

Conversation

@DeathRGH
Copy link

@DeathRGH DeathRGH commented Aug 6, 2020

No description provided.

// remove all these bullshit checks from ptrace, by golden
//memcpy((void *)(kernbase + 0x30DE01), "\xE9\xD0\x00\x00\x00", 5);
// updated 6.72 patch ~DeathRGH 06/08/2020
memcpy((void *)(kernbase + 0x10FD22), "\xE9\xE2\x02\x00\x00", 5);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem I am seeing with ptrace is that when PT_ATTACH is done, even after sending PT_CONTINUE, the process is not resuming its execution. Even I did this patch but I used memcpy((void *)(kernbase + 0x10FD22), "\xE9\x75\xFF\xFF\xFF", 5); but it didn't work. Tried yours too but that didn't solve the issue. No one seems to know what this patch is for? Do you have any idea on that?

@GiantPluto GiantPluto merged commit fce4832 into GiantPluto:master Aug 8, 2020
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

Successfully merging this pull request may close these issues.

2 participants