Perfare / Zygisk-Il2CppDumper

Using Zygisk to dump il2cpp data at runtime
MIT License
2.14k stars 5.24k forks source link

Nullable type export error #177

Open nijinekoyo opened 6 months ago

nijinekoyo commented 6 months ago

Nullable type export error

The following code can be obtained normally through Il2CppDumper

public Nullable<AcademyFavorScheduleExcel> DataList(int j) { }

Using Zygisk-Il2CppDumper but getting wrong type

public Nullable`1 DataList(Int32 j) { }