match _minigameDLL rel
This commit is contained in:
parent
2b5aa27571
commit
a56c5b37af
5 changed files with 34 additions and 1 deletions
|
|
@ -4,3 +4,10 @@ Sections:
|
|||
.dtors type:rodata align:4
|
||||
.rodata type:rodata align:8
|
||||
.data type:data align:8
|
||||
|
||||
REL/executor.c:
|
||||
.text start:0x00000000 end:0x000000A0
|
||||
|
||||
REL/_minigameDLL/_minigameDLL.c:
|
||||
.text start:0x000000A0 end:0x000000F0
|
||||
.data start:0x00000000 end:0x00000014
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
_prolog = .text:0x00000000; // type:function size:0x54 scope:global
|
||||
_epilog = .text:0x00000054; // type:function size:0x4C scope:global
|
||||
fn_1_A0 = .text:0x000000A0; // type:function size:0x2C
|
||||
ModuleProlog = .text:0x000000A0; // type:function size:0x2C
|
||||
fn_1_CC = .text:0x000000CC; // type:function size:0x24
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global data:4byte
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global data:4byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue