Scanning IE8 memory.
-
Hi all. I need to get non-persistent cookie from IE8 process. I use ReadProcessMemory API. Since the key never changes there is no problem to locate it in the memory using simple scaning. But it appears that coockie's value doesn't comes after the key in the memory. Is there any way to locate the cookie's value while only the key known? thatnks.
-
Hi all. I need to get non-persistent cookie from IE8 process. I use ReadProcessMemory API. Since the key never changes there is no problem to locate it in the memory using simple scaning. But it appears that coockie's value doesn't comes after the key in the memory. Is there any way to locate the cookie's value while only the key known? thatnks.
Have you considered writing a BHO for IE? Your BHO would be loaded into the IE address space, and would have access to the cookie object model.
-
Hi all. I need to get non-persistent cookie from IE8 process. I use ReadProcessMemory API. Since the key never changes there is no problem to locate it in the memory using simple scaning. But it appears that coockie's value doesn't comes after the key in the memory. Is there any way to locate the cookie's value while only the key known? thatnks.
Using
ReadPRocessMemory
.... I give you points for determination.Steve