Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC VC++ ListCtrl Pin
Member 1457555612-Sep-19 1:41
Member 1457555612-Sep-19 1:41 
GeneralRe: MFC VC++ ListCtrl Pin
Richard MacCutchan12-Sep-19 1:45
mveRichard MacCutchan12-Sep-19 1:45 
AnswerRe: MFC VC++ ListCtrl Pin
Victor Nijegorodov12-Sep-19 1:41
Victor Nijegorodov12-Sep-19 1:41 
QuestionRe: MFC VC++ ListCtrl Pin
David Crow12-Sep-19 7:26
David Crow12-Sep-19 7:26 
Questionfast return of data to the server Pin
Diprom11-Sep-19 22:36
Diprom11-Sep-19 22:36 
AnswerRe: fast return of data to the server Pin
Diprom11-Sep-19 23:11
Diprom11-Sep-19 23:11 
GeneralRe: fast return of data to the server Pin
Stefan_Lang12-Sep-19 6:02
Stefan_Lang12-Sep-19 6:02 
QuestionVirtual address of pointer keeps changing Pin
Rakanoth9-Sep-19 22:45
Rakanoth9-Sep-19 22:45 
I implemented a small C++ app that reads the memory of a video game. My aim is to create a small cheat for the single-player game. I am reading the memory of a video game from another process. There is a linked list that I am trying to read in the game's memory. I am following a pointer chain to follow the linked list. These pointers point to next element in the linked list. Each time I read the pointer's address, it is something different.

Why are the virtual addresses of the pointers always different when I read them?
AnswerRe: Virtual address of pointer keeps changing Pin
Richard MacCutchan9-Sep-19 23:18
mveRichard MacCutchan9-Sep-19 23:18 
GeneralRe: Virtual address of pointer keeps changing Pin
Rakanoth10-Sep-19 2:28
Rakanoth10-Sep-19 2:28 
GeneralRe: Virtual address of pointer keeps changing Pin
OriginalGriff10-Sep-19 2:29
mveOriginalGriff10-Sep-19 2:29 
GeneralRe: Virtual address of pointer keeps changing Pin
Rakanoth10-Sep-19 2:48
Rakanoth10-Sep-19 2:48 
GeneralRe: Virtual address of pointer keeps changing Pin
OriginalGriff10-Sep-19 3:04
mveOriginalGriff10-Sep-19 3:04 
AnswerRe: Virtual address of pointer keeps changing Pin
Stefan_Lang10-Sep-19 3:24
Stefan_Lang10-Sep-19 3:24 
QuestionMFC vc++ and MySQL database Pin
Member 145755562-Sep-19 15:47
Member 145755562-Sep-19 15:47 
AnswerRe: MFC vc++ and MySQL database Pin
_Flaviu2-Sep-19 20:10
_Flaviu2-Sep-19 20:10 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755563-Sep-19 1:22
Member 145755563-Sep-19 1:22 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu3-Sep-19 22:27
_Flaviu3-Sep-19 22:27 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755569-Sep-19 0:14
Member 145755569-Sep-19 0:14 
AnswerRe: MFC vc++ and MySQL database Pin
David Crow9-Sep-19 4:38
David Crow9-Sep-19 4:38 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755569-Sep-19 19:27
Member 145755569-Sep-19 19:27 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu9-Sep-19 21:20
_Flaviu9-Sep-19 21:20 
GeneralRe: MFC vc++ and MySQL database Pin
Member 1457555611-Sep-19 20:02
Member 1457555611-Sep-19 20:02 
GeneralRe: MFC vc++ and MySQL database Pin
Richard MacCutchan11-Sep-19 21:13
mveRichard MacCutchan11-Sep-19 21:13 
GeneralRe: MFC vc++ and MySQL database Pin
Member 1457555612-Sep-19 1:34
Member 1457555612-Sep-19 1:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.