UPON-2021

Results 4 comments of UPON-2021

Can we use INDEPENDENT GAMES or BUY-OUTS for single player games for testing and documenting?

@MthwRobinson The same bug also occurs with text containing PHP tags. Please take a look: Sample text ```php ```

I got same situation, and I found a way to address this problem. For a example, here are some code in my project. Before ```ts PlayVoice.implementation = function (key: Il2Cpp.String,...

I got same situation source code ```ts Il2Cpp.trace(true).classes(AssemblyCSharp.class('Torappu.Battle.Enemy')) .filterMethods((method) => method.name != '12') .and() .attach() ``` dump file: ``` // Assembly-CSharp class Torappu.Battle.Enemy : Torappu.Battle.Unit, Torappu.Battle.IMovable, Torappu.Battle.ILocatable { static System.Int32...