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

C / C++ / MFC

 
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 
GeneralRe: Results of ReadProcessMemory() Pin
jmkhael20-Aug-04 5:43
jmkhael20-Aug-04 5:43 
Its not "bit by bit", but "byte by byte" Smile | :)

(try saying it 20 times OMG | :OMG: )

00 40 80 21 (little end in)
would be
21 80 40 00 (big end in)

As suggested in the first post, the cast into the correct type give him the relevant result, and the compiler will handle it gladly Smile | :)

Papa


while (TRUE)
Papa.WillLove ( Bebe ) ;
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 
GeneralRe: enumwindows on window hidden to systray Pin
4apai20-Aug-04 4:44
4apai20-Aug-04 4:44 

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.