C# と VB.NET の質問掲示板

わんくま同盟

ASP.NET、C++/CLI、Java 何でもどうぞ

C# と VB.NET の入門サイト


(過去ログ 42 を表示中)
■22299 / )  Re[2]: FindFirstUrlCacheEntry@VISTA
□投稿者/ ちゃっぴ (141回)-(2008/07/18(Fri) 00:11:54)
ちゃっぴ さんの Web サイト
あ、Vista ですね。

Vista の default では IE が protected mode で動作しているため、low integrity level で動作していますね。
cache も通常の mideum integrity level と low integrity level が一緒だと脆弱性になるので当然別れています。

なので、cache が見つかりません。
回避するには、cache を列挙する部分だけ low integrity level で動作する必要がありますね。
SetTokenInformation を利用して low integrity level な access token 作成しましょう。

Designing Applications to Run at a Low Integrity Level
http://msdn.microsoft.com/en-us/library/bb625960.aspx
返信 編集キー/


管理者用

- Child Tree -