Pheonix_0 Posted January 27, 2024 Posted January 27, 2024 (edited) I want to use Qword in Pointer Search, but only dword appears Edited January 27, 2024 by Pheonix_0 1
0 MonkeySAN Posted January 27, 2024 Posted January 27, 2024 64bit game pointer search use Qword. 32bit game pointer search use Dword. Which are you? if next to the game process name on the top left corner near the game logo had [x64] then its 64bit game. if none then its 32bit game and use Dword. 3
0 Pheonix_0 Posted January 28, 2024 Author Posted January 28, 2024 12 hours ago, MonkeySAN said: 64bit game pointer search use Qword. 32bit game pointer search use Dword. Which are you? if next to the game process name on the top left corner near the game logo had [x64] then its 64bit game. if none then its 32bit game and use Dword. it's none, that's mean it's 32bit game.. i watch a tutorial video in youtube, it's like cheating game via fields offset dump.cs, i do all step, but it's failed when using pointer search, in the video, it's shows qword in the pointer search, but mine is different... it's only shows dword 1
0 Count_Nosferatu Posted January 28, 2024 Posted January 28, 2024 Pointer is jump address. For 32bit programs, address is 4 bytes DWORD. For 64bit programs, address is 8 bytes QWORD 1
Question
Pheonix_0
I want to use Qword in Pointer Search, but only dword appears
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now