Pheonix_0 Posted January 27, 2024 Posted January 27, 2024 I want to use Qword in Pointer Search, but only dword appears
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.
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
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
Question
Pheonix_0
I want to use Qword in Pointer Search, but only dword appears
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.