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 AntiAntiDebugV2 { | |
| readonly fakeMapsFile: string; | |
| /// This will be used for redirecting syscalls which are trying to open /proc/self/maps | |
| readonly fakeMapsFileNamePtr: NativePointer; | |
| readonly fridaRegex: RegExp; | |
| readonly procSelfTaskStatusRe: RegExp; | |
| readonly fakeFilePath: string; | |
| readonly fakeFilePathPtr: NativePointer; |