Rizarudesu
Platinian
How to disable HackDetector in Zygisk mod menu using patches?
Any void name look like detector, adb detector, xigncode, etc.
I've tried everything, but it didn't work.
C++:
// Dll : Assembly-CSharp-firstpass.dll
// Namespace:
private sealed class <onHackDetected>d__34 : IEnumerator`1, IEnumerator, IDisposable
{
// Fields
private Int32 <>1__state; // 0x10
private Object <>2__current; // 0x18
// Properties
private Object System.Collections.Generic.IEnumerator<System.Object>.Current { get; }
private Object System.Collections.IEnumerator.Current { get; }
// Methods
// RVA: 0x8f43dc VA: 0x7cb51b43dc
public Void .ctor(Int32 <>1__state) { }
// RVA: 0x8f5130 VA: 0x7cb51b5130
private Void System.IDisposable.Dispose() { }
// RVA: 0x8f5134 VA: 0x7cb51b5134
private Boolean MoveNext() { }
// RVA: 0x8f5204 VA: 0x7cb51b5204
private Object System.Collections.Generic.IEnumerator<System.Object>.get_Current() { }
// RVA: 0x8f520c VA: 0x7cb51b520c
private Void System.Collections.IEnumerator.Reset() { }
// RVA: 0x8f524c VA: 0x7cb51b524c
private Object System.Collections.IEnumerator.get_Current() { }
}
Any void name look like detector, adb detector, xigncode, etc.
I've tried everything, but it didn't work.