Skip to content

Commit

Permalink
Fix Elision patterns for Chrome and Brave
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Nov 2, 2021
1 parent 4a33b1d commit 7804784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patterns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

<Pattern name="Remove Elision">
<!-- (ShouldPreventElision)/GetElisionConfig; "jknemblkbdhdcpllfgbfekkdciegfboi" or "omnibox.prevent_url_elisions" in the function or "https://support.google.com/chrome/?p=unauthenticated" 3rd function in the vtable OR IN EDGE: "https://to-be-replaced.invalid/chrome/?p=unauthenticated" or "https://permanently-removed.invalid/chrome/?p=unauthenticated" -->
<BytePattern>41 56 56 57 53 48 83 ec ? 48 8b 05 ? ? ? ? 48 31 e0 48 89 44 ? ? 48 8b 01 ff 90 ? ? ? ? 31 ff 48 85 c0 0f 84 ? ? ? ? 4C 8b b0 ? ? ? ? 4D 85 f6 0f 84</BytePattern> <!-- Chr 92, not working for Brave/Edge -->
<BytePattern>56 57 55 53 48 83 EC ? 48 8B 05 ? ? ? ? 48 31 E0 48 89 ? ? ? 48 8B 01 FF 90 ? ? ? ? 31 FF 48 85 C0 74 ? ? ? ? ? ? ? ? 48 85 F6 74 ? 48 ? ? 48 89 F1 FF 90</BytePattern> <!-- Brave 92 -->
<BytePattern>41 56 56 57 53 48 83 ec ? 48 8b 05 ? ? ? ? 48 31 e0 48 89 44 ? ? 48 8b 01 ff 90 ? ? ? ? 31 ff 48 85 c0 0f 84 ? ? ? ? ? 8b b0 ? ? ? ? ? 85 f6 0f 84</BytePattern> <!-- Chr 95, not working for Brave/Edge -->

<BytePattern>56 57 55 53 48 83 EC ? 48 8B 05 ? ? ? ? 48 31 E0 48 89 ? ? ? 48 8B 01 FF 90 ? ? ? ? 31 FF 48 85 C0</BytePattern> <!-- Brave 95 -->

<BytePattern>56 48 83 EC ? 48 89 CE 48 8D 0D ? ? ? ? 31 D2 E8 ? ? ? ? 84 C0 75 ? 48 89 F1</BytePattern> <!-- Edg 84 (stopped working, Edge seems to have no Elision anymore anyway) -->
</Pattern>
Expand Down

0 comments on commit 7804784

Please sign in to comment.