Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix elf lag fix again (#284)
Browse files Browse the repository at this point in the history
old scan returned too many results.
new scan finds 1 function and returns "correctly"
  • Loading branch information
riskdoe authored Apr 21, 2023
1 parent 5ab1c79 commit 1ccff0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kanan/Patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"category": "Fixes",
"patches": [
{
"pattern": "48 89 5C 24 08 57 48 83 EC 20 48 8B 01 0F",
"patch": "32 C0 C2 04 00"
"pattern": "48 89 ? ? ? 57 48 83 EC ? 48 8B ? 0F B7 ? 48 8B ? FF 50 ? 48 8B ? E8 ? ? ? ? 84 C0 74",
"patch": "30 C0 30 C9 C3"
}
]
},
Expand Down

0 comments on commit 1ccff0b

Please sign in to comment.