Last active
May 10, 2022 18:36
-
-
Save im-alfa/6814460681727a26a79185397a778c00 to your computer and use it in GitHub Desktop.
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
| // offsets for 6.72 2much4u's gtav native caller | |
| // note: no offset has been tested since I'm on vacation, if anyone can check it out and tell me if it works I'd appreciate it: D | |
| #define KERN_XFAST_SYSCALL 0x1C0 | |
| #define KERN_PROCESS_ASLR1 0x3CEC8A | |
| #define KERN_PRISON_0 0x0113E518 // https://github.com/OpenOrbis/mira-project/blob/master/kernel/src/Utils/Kdlsym/Orbis672.hpp | |
| #define KERN_ROOTVNODE 0x496030 | |
| #define KERN_PTRACE_CHECK 0x10F82F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment