Archive: Run as Low to read IE protected mode cookies?


Run as Low to read IE protected mode cookies?
Hello,

I need to read Internet Explorer cookies that were written in protected mode (the Low folder). The API function will work if the process calling it runs at low privileges. Is there anything to execute a function or separate process with Low privileges (not user privileges, even lower)?

Thanks.


but, um, even if you are able to start a protected process, how can you save the cookies outside of the sandbox?

Edit: for IE8 you can call IEGetProtectedModeCookie, for IE7, you might have to parse the actual cookie files on disk on your own