Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stooged committed Jun 29, 2018
1 parent 778972c commit e8db8ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cache_Install/source/patch.c
Expand Up @@ -71,8 +71,6 @@ int patcher(struct thread *td){
uint64_t cr0 = readCr0();
writeCr0(cr0 & ~X86_CR0_WP);

*(uint32_t *)(kernel_base + 0x14A63F1) = 0x9090000; //505

// Restore write protection
writeCr0(cr0);

Expand Down

0 comments on commit e8db8ed

Please sign in to comment.