the above stack works but it does not reads anything.
i trying to read memory char by char.
but it wants it void.and do not show anything.
[CODE=c]int n=10;
int M1;
unsigned char M2;
DWORD *N;
int state;
while(n--){
unsigned char M2[1];
void *E=(void *) n;
state=ReadProce ssMemory(A,E,M2 , 1, N);
printf("\n%h:", M2);
}[/CODE]
i trying to read memory char by char.
but it wants it void.and do not show anything.
[CODE=c]int n=10;
int M1;
unsigned char M2;
DWORD *N;
int state;
while(n--){
unsigned char M2[1];
void *E=(void *) n;
state=ReadProce ssMemory(A,E,M2 , 1, N);
printf("\n%h:", M2);
}[/CODE]
Comment