Skip to content

Commit

Permalink
Update patterns.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd authored Sep 22, 2023
1 parent b29162b commit c50d672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@ def get_groups() -> List[Group]:
]),

Group(name='UpdateRegistrar', functions=[
Item(name='RegisterGroupUpdate', pattern='48 89 5C 24 08 48 89 6C 24 10 48 89 74 24 18 57 41 56 41 57 48 81 EC C0 00 00 00 48 8B BC 24 00 01 00 00'),
Item(name='RegisterBucketUpdate', pattern='48 89 5C 24 08 48 89 6C 24 10 48 89 74 24 18 57 41 56 41 57 48 81 EC C0 00 00 00 48 8B BC 24 08 01 00 00'),
Item(name='RegisterGroupUpdate', pattern='48 8B C4 48 89 58 08 48 89 70 10 48 89 78 18 55 41 56 41 57 48 8D 68 B1 48 81 EC D0 00 00 00 48 8B 7D 77 49 8B D9'),
Item(name='RegisterBucketUpdate', pattern='48 8B C4 48 89 58 08 48 89 70 10 48 89 78 18 55 41 56 41 57 48 8D 68 B9 48 81 EC D0 00 00 00 48 8B 7D 77 49 8B D9'),
]),

Group(name='CRTTIScriptReferenceType', functions=[
Item(name='ctor', pattern='48 89 5C 24 18 57 48 83 EC 20 48 8B FA 48 8B D9 E8 ? ? ? ? 48 8D 05 '),
Item(name='Set', pattern='48 89 5C 24 20 57 48 83 EC 20 4C 89 41 18 48 8B')
Item(name='ctor', pattern='40 53 48 83 EC 20 48 8B D9 48 8D 05 ? ? ? ? 33 C9 4C 8B C2 48 89 4B 08 48 89 03 '),
Item(name='Set', pattern='48 89 5C 24 20 57 48 83 EC 20 4C 89 41 18 48 8B DA 48 89 51 10 48 8B F9')
])
]

0 comments on commit c50d672

Please sign in to comment.