This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const base = Module.findBaseAddress("libg.so"); | |
| const Armceptor = { | |
| nop: function(addr) { | |
| Memory.patchCode(addr, Process.pageSize, (code) => { | |
| const writer = new Arm64Writer(code, { | |
| pc: addr | |
| }); | |
| writer.putNop(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const HayDay = Module.findBaseAddress("Hay Day"); | |
| const FMZNkdv = { | |
| OffMode() { | |
| Interceptor.replace(HayDay.add(0x15389F), new NativeCallback(function() { | |
| return 1; | |
| }, 'int', [])); | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .class public final enum Li0/f; | |
| .super Ljava/lang/Enum; | |
| .source "WildCatStatus.java" | |
| # annotations | |
| .annotation system Ldalvik/annotation/Signature; | |
| value = { | |
| "Ljava/lang/Enum<", | |
| "Li0/f;", |