Skip to content

Commit

Permalink
th08: scorefile and replay stringlocs
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed Jan 11, 2020
1 parent 84d712d commit 31fc5b1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
12 changes: 12 additions & 0 deletions base_tsa/th08.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"binhacks": {
"sprintf_replay_1": {
"code": "e8[strings_sprintf] 83c4 0c 6a 01 8d55 f0 89c1 90",
"title": "Replay name sprintf 1"
},
"sprintf_replay_2": {
"code": "e8[strings_sprintf] 83c4 0c 8b95 58ffffff 83c2 58 89c1 90909090",
"title": "Replay name sprintf 2"
},
"sprintf_replay_3": {
"code": "e8[strings_sprintf] 83c4 0c 6a 01 8d55 f0 89c1 8945 a8 e8 fd03fdff 8945 ec 85c0 9090 74 c1",
"title": "Replay name sprintf 3"
},
"file_size_for_caller_rearrange": {
"code": "8b55 f4 8b4d e4 8911",
"title": "Rearrange the assignment of the file size to the caller's pointer, so that we can set a breakpoint there"
Expand Down
12 changes: 11 additions & 1 deletion base_tsa/th08.v1.00d.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@
"0x4664ed"
]
},
"sprintf_replay_1": {
"addr": "Rx56d99"
},
"sprintf_replay_2": {
"addr": "Rx5745a"
},
"sprintf_replay_3": {
"addr": "Rx6e24c"
},
"sprintf_rep": {
"addr": [
"0x466407",
"0x4665c7",
"Rx6673b"
"Rx6673b",
"Rx6e29e"
]
},
"sprintf_call_ebp-208": {
Expand Down
6 changes: 5 additions & 1 deletion base_tsa/th08/stringlocs.v1.00d.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,9 @@
"Rxb8790": "th08 Spell Condition Line 1 220",
"Rxb875c": "th08 Spell Condition Line 1 221",
"Rxb8728": "th08 Spell Condition Line 2 221",
"Rxb86f0": "th08 Spell Condition Line 1 222"
"Rxb86f0": "th08 Spell Condition Line 1 222",
"Rxb5820": "th08_replay_0",
"Rxb7984": "th08_replay_format",
"Rxb9484": "th08_replay_user_find",
"Rxb5994": "th08_scorefile_fn"
}

0 comments on commit 31fc5b1

Please sign in to comment.