Skip to content

Commit 1752a66

Browse files
authored
Add address for _CxxThrowException (#9)
1 parent 7a44d85 commit 1752a66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patcher/Patcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def create_sections_file(path: Path, address_map: dict[str, str]):
102102
"___CxxFrameHandler3" = 0xA8958C;
103103
"___std_terminate" = 0xA994FB; /*idk addr*/
104104
"??_7type_info@@6B@" = 0xD72A88;
105+
"__CxxThrowException@8" = 0x00A89950;
105106
"""
106107
SECTIONS = """
107108
SECTIONS {

0 commit comments

Comments
 (0)