Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Results of ReadProcessMemory() Pin
Cedric Moonen20-Aug-04 3:09
Cedric Moonen20-Aug-04 3:09 
GeneralRe: Results of ReadProcessMemory() Pin
4apai20-Aug-04 3:51
4apai20-Aug-04 3:51 
GeneralRe: Results of ReadProcessMemory() Pin
David Crow20-Aug-04 4:40
David Crow20-Aug-04 4:40 
GeneralRe: Results of ReadProcessMemory() Pin
Micie20-Aug-04 4:48
Micie20-Aug-04 4:48 
GeneralRe: Results of ReadProcessMemory() Pin
David Crow20-Aug-04 4:56
David Crow20-Aug-04 4:56 
GeneralRe: Results of ReadProcessMemory() Pin
jmkhael20-Aug-04 5:07
jmkhael20-Aug-04 5:07 
GeneralRe: Results of ReadProcessMemory() Pin
Micie20-Aug-04 5:28
Micie20-Aug-04 5:28 
GeneralRe: Results of ReadProcessMemory() Pin
4apai20-Aug-04 5:37
4apai20-Aug-04 5:37 
u'r the observant one)
i dont pretend to get the same result as he wrote. People can make mistakes. i'm too)

but he wrote: "In the results I recieve a pointer to void type as every1 know with bytes from memory. But they are reversed =\"

it was quaternion reversion...

bit-by-bit reversion has following syntaxis:
for (DWORD x=0x00408021, i=0, r=0; i<32; i++, r+=(((x << i) & 0x80000000) >> (31 - i)));

// r = 0x84010200
but it still dont get needed result. or i made some mistakes in algorythm. it'll be the hometask)

i think its not a kind a reversion.
maybe the truth is in the words of DavidCrow (about the endian).
GeneralRe: Results of ReadProcessMemory() Pin
jmkhael20-Aug-04 5:43
jmkhael20-Aug-04 5:43 
GeneralRe: Results of ReadProcessMemory() Pin
4apai20-Aug-04 5:49
4apai20-Aug-04 5:49 
GeneralRe: Results of ReadProcessMemory() Pin
Micie20-Aug-04 5:55
Micie20-Aug-04 5:55 
GeneralRe: Results of ReadProcessMemory() Pin
4apai20-Aug-04 6:04
4apai20-Aug-04 6:04 
GeneralRe: Results of ReadProcessMemory() Pin
Micie20-Aug-04 6:08
Micie20-Aug-04 6:08 
GeneralRe: Results of ReadProcessMemory() Pin
David Crow20-Aug-04 6:23
David Crow20-Aug-04 6:23 
GeneralRe: Results of ReadProcessMemory() Pin
jmkhael20-Aug-04 6:25
jmkhael20-Aug-04 6:25 
Generalenumwindows on window hidden to systray Pin
NikoTanghe20-Aug-04 1:34
NikoTanghe20-Aug-04 1:34 
GeneralRe: enumwindows on window hidden to systray Pin
4apai20-Aug-04 1:51
4apai20-Aug-04 1:51 
GeneralRe: enumwindows on window hidden to systray Pin
NikoTanghe20-Aug-04 2:01
NikoTanghe20-Aug-04 2:01 
GeneralRe: enumwindows on window hidden to systray Pin
4apai20-Aug-04 2:12
4apai20-Aug-04 2:12 
GeneralRe: enumwindows on window hidden to systray Pin
NikoTanghe20-Aug-04 2:19
NikoTanghe20-Aug-04 2:19 
GeneralRe: enumwindows on window hidden to systray Pin
4apai20-Aug-04 2:21
4apai20-Aug-04 2:21 
GeneralRe: enumwindows on window hidden to systray Pin
NikoTanghe20-Aug-04 2:25
NikoTanghe20-Aug-04 2:25 
GeneralRe: enumwindows on window hidden to systray Pin
4apai20-Aug-04 2:30
4apai20-Aug-04 2:30 
GeneralRe: enumwindows on window hidden to systray Pin
Micie20-Aug-04 2:58
Micie20-Aug-04 2:58 
GeneralRe: enumwindows on window hidden to systray Pin
David Crow20-Aug-04 4:37
David Crow20-Aug-04 4:37 

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.