Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Scanning IE8 memory.

Scanning IE8 memory.

Scheduled Pinned Locked Moved C / C++ / MFC
jsonperformancehelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Evgeni57
    wrote on last edited by
    #1

    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.

    Richard Andrew x64R S 2 Replies Last reply
    0
    • E Evgeni57

      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.

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • E Evgeni57

        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.

        S Offline
        S Offline
        Stephen Hewitt
        wrote on last edited by
        #3

        Using ReadPRocessMemory.... I give you points for determination.

        Steve

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups