il2cpp dump 이후

홈 > 커뮤니티 > 질문 게시판
질문 게시판

il2cpp dump 이후

1 Dento 1 2913
지금 unity게임을 il2cpp 로 덤프해서 assembly csharp을 얻고 hex code 를 찾고있는데
// Token: 0x02000280 RID: 640
.class public auto ansi beforefieldinit PlayerList
extends [Mirror]Mirror.NetworkBehaviour
{
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.TokenAttribute::.ctor() = (
01 00 01 00 53 0e 05 54 6f 6b 65 6e 09 30 78 32
30 30 30 32 38 30
)
// Nested Types
// Token: 0x02000281 RID: 641
.class nested public auto ansi serializable beforefieldinit Instance
extends [mscorlib]System.Object
{
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.TokenAttribute::.ctor() = (
01 00 01 00 53 0e 05 54 6f 6b 65 6e 09 30 78 32
30 30 30 32 38 31
)
// Fields
// Token: 0x0400119B RID: 4507
.field public class [UnityEngine.CoreModule]UnityEngine.GameObject owner
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.TokenAttribute::.ctor() = (
01 00 01 00 53 0e 05 54 6f 6b 65 6e 09 30 78 34
30 30 31 31 39 42
)
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.FieldOffsetAttribute::.ctor() = (
01 00 01 00 53 0e 06 4f 66 66 73 65 74 04 30 78
31 30
)
// Token: 0x0400119C RID: 4508
.field public class PlayerListElement listElementReference
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.TokenAttribute::.ctor() = (
01 00 01 00 53 0e 05 54 6f 6b 65 6e 09 30 78 34
30 30 31 31 39 43
)
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.FieldOffsetAttribute::.ctor() = (
01 00 01 00 53 0e 06 4f 66 66 73 65 74 04 30 78
31 38
)

// Methods
// Token: 0x06000E9C RID: 3740 RVA: 0x00002053 File Offset: 0x00000253
.method public hidebysig specialname rtspecialname
instance void .ctor () cil managed
{
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.TokenAttribute::.ctor() = (
01 00 01 00 53 0e 05 54 6f 6b 65 6e 09 30 78 36
30 30 30 45 39 43
)
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.AddressAttribute::.ctor() = (
01 00 03 00 53 0e 03 52 56 41 08 30 78 32 38 30
42 33 30 53 0e 06 4f 66 66 73 65 74 08 30 78 32
38 30 42 33 30 53 0e 02 56 41 0e 30 78 37 46 46
43 35 46 42 35 30 42 33 30
)
// Header Size: 1 byte
// Code Size: 1 (0x1) byte
.maxstack 8

/* 0x00000254 2A          */ IL_0000: ret
} // end of method Instance::.ctor

이런식으로 나오는데 정상인가요?
1 Comments
2 닉네임이당 2020.09.17 10:31  
이렇게만 올려주시면 무슨현상인지 몰라용
사진과함께 정확하게 다시 수정해보셔용 봐드릴게용