Skip to content

Commit

Permalink
Update signatures.h
Browse files Browse the repository at this point in the history
this should work
  • Loading branch information
daycheat authored Feb 4, 2023
1 parent d6109f9 commit 05d3eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/include/maniac/osu/signatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace signatures {
constexpr auto STATE_SIG_OFFSET = 1;
constexpr auto STATE_SIG = "A1 ? ? ? ? A3 ? ? ? ? A1 ? ? ? ? A3 ? ? ? ? 83 3D ? ? ? ? 00 0F 84 ? ? ? ? B9 ? ? ? ? E8\0";

constexpr auto PLAYER_SIG_OFFSET = 3;
constexpr auto PLAYER_SIG = "33 D2 A1 ? ? ? ? 85 C0\0";
constexpr auto PLAYER_SIG_OFFSET = 1;
constexpr auto PLAYER_SIG = "A1 ? ? ? ? 8B ? ? ? 00 00 6A 00\0";

constexpr auto RULESET_SIG_OFFSET = 4;
constexpr auto RULESET_SIG = "73 7A 8B 0D ? ? ? ? 85 C9 74 1F\0";
Expand Down

0 comments on commit 05d3eb3

Please sign in to comment.