Click here to Skip to main content
15,929,218 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LNK 2019: Build Debug Win32 DLL from Dot NEt Pin
Daniel3000i31-Aug-04 7:45
Daniel3000i31-Aug-04 7:45 
GeneralResults of ReadProcessMemory() Pin
Micie20-Aug-04 3:05
Micie20-Aug-04 3:05 
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 
Just for the info:

He wanted:
bytes in memory: 00218040
bytes in result: 40802100

4api suggested:
to reverse u can use following code:
for (DWORD x=0x00408021, i=0, r=0; i<32; i+=4, r+=(((x << i) & 0xf0000000) >> (28 - i)));

but this will reverse the whole order, not byte by byte.

inputing 00218040, will result in 12080400 which is not what was requested


Papa


while (TRUE)
Papa.WillLove ( Bebe ) ;
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 
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 

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.