Skip to content

Commit

Permalink
th09: finish replay and scorefile stringlocs
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed Jan 14, 2020
1 parent b29f724 commit d8a7a27
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 4 additions & 0 deletions base_tsa/th09.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"code": "50e8[strings_vsprintf]8945b8",
"title": "Safe sprintf (second call)"
},
"sprintf_replay_2": {
"code": "e8[strings_sprintf] 8b0d 647e4a00 83c4 0c 8dbb 8c000000 57 89c2 90909090",
"title": "Replay name sprinf 2"
},
"music_title_prepare": {
"code": "8d8c0fdca301005153518b8e901b0100e861c9fdff598b45ec803c1800742b8d9361ffffff8b45f450688020300068ffe0d000909090909090",
"title": "Prepare Music Room title parameter fetching"
Expand Down
28 changes: 26 additions & 2 deletions base_tsa/th09.v1.50a.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"binhacks": {
"zun_strcat_stringlocs": {
"code": "6a 00 ff75 08 e8[strings_lookup] 8945 08 eb 05 55 8bec eb ec 31c0"
"addr": "Rx2adb1",
"code": "6a 00 ff75 08 e8[strings_lookup] 8945 08 eb 05 55 8bec eb ec 31c0 83c4 08 90909090"
},
"file_decrypted_buffer_size": {
"addr": "0x42c19c"
Expand All @@ -12,8 +13,31 @@
"sprintf_call_2": {
"addr": "0x43be7d"
},
"sprintf_replay_1": {
"addr": "Rx26c59",
"code": "68 bcf64800 54 e8[strings_sprintf] 8945 a8 83c4 0c 6a 01 8d55 e8 89c1 90",
"title": "Replay name sprinf 1"
},
"sprintf_replay_2": {
"addr": "Rx297d6"
},
"sprintf_replay_3": {
"addr": "Rx29cb8",
"code": "68 bcf64800 54 e8[strings_sprintf] 83c4 0c 6a 01 8d55 ec 8945 ac 89c1 90",
"title": "Replay name sprintf 3"
},
"sprintf_replay_user_1": {
"addr": "Rx29b94",
"code": "68 68fa4800 54 e8[strings_sprintf] 83c4 0c 8985 acfeffff 89c1 90909090",
"title": "User replay name sprintf 1"
},
"sprintf_user_2": {
"addr": "Rx29bdd",
"code": "e8[strings_sprintf] 8b0d 647e4a00 83c4 0c 68 74814a00 89c2 90909090",
"title": "User replay name sprintf 1"
},
"sprintf_rep": {
"addr": ["0x43be01", "0x43beb2"]
"addr": ["0x43be01", "0x43beb2", "Rx29cf3", "Rx26c96", "Rx29bd1"]
},
"sprintf_call_ebp-200": {
"addr": "Rx34341"
Expand Down

0 comments on commit d8a7a27

Please sign in to comment.