Skip to content

Commit

Permalink
Remove EXPERIMENTAL_DYNAMIC_PATCHFINDER boolean check
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te4ever committed Jan 13, 2024
1 parent be846d9 commit f3a2483
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kfd/libkfd/krkw/kread/kread_sem_open.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ void kread_sem_open_find_proc(struct kfd* kfd)
u64 semaphore_kaddr = static_kget(struct pseminfo, psem_semobject, pseminfo_kaddr);
u64 task_kaddr = static_kget(struct semaphore, owner, semaphore_kaddr);


bool EXPERIMENTAL_DYNAMIC_PATCHFINDER = true;
if(import_kfd_offsets() == -1 && EXPERIMENTAL_DYNAMIC_PATCHFINDER) {
if(import_kfd_offsets() == -1) {
//Step 1. break kaslr
printf("kernel_task: 0x%llx\n", task_kaddr);

Expand Down

0 comments on commit f3a2483

Please sign in to comment.