Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
1k views

How to Access AppData in IE Protected Mode (from a Managed BHO)

I am writing an IE Extension (BHO) in C#. When run in protected mode (IE's new UAC-compliant mode which forces all extensions to run at low-integrity), it fails because it cannot access user.config ...
8
votes
2answers
361 views

How to detect IE Protected Mode using c#

I am building an IE Extension, and I need to keep my Access Database file in the Appdata folder. It's working fine. But in many systems where IE IE Protected Mode is ON, it crashes, I guess this is ...
6
votes
2answers
2k views

Can someone explain this directly assembled x86 JMP opcode?

At school we have been using a bootstrap program to run stand-alone programs without an operating system. I have been studying this program and when protected mode is enabled there is a far jump ...
5
votes
8answers
725 views

Real mode BIOS routine and Protected Mode

I am doing some OS experiment. Until now, all my code utilized the real mode BIOS interrupt to manipulate hard disk and floppy. But once my code enabled the Protect Mode of the CPU, all the real mode ...
5
votes
2answers
2k views

x86 assembly Protected mode Keyboard Access

So I'm working on keyboard input for a very bare bones kernel that I'm throwing together, and I'm completely stuck. I can't seem to find any information online that can tell me the information I need ...
4
votes
2answers
331 views

Does GRUB switch to protected mode?

I would like to ask if it is GRUB that switch the CPU to protected mode during boot up or is it the Linux kernel that does it. And also I would like to ask - is the kernel itself (vmlinuz) an ELF or ...
2
votes
1answer
94 views

How to delay execution for a specified amount of milliseconds when in protected mode?

I have a C program that runs on bare x86 (without an OS) in protected mode. I need to delay the program's execution for a certain amount of time. Currently, I'm doing this: for(p=0; p<1000000; ...
2
votes
1answer
431 views

Windows 7 Internet Explorer 8 protected mode issue

I developed a Java applet that launches an executable file. When I launch an executable file using the applet - with "protected mode activated" - my sistem crashes. If I were to put my website in ...
2
votes
1answer
464 views

How to lower integrity of WCF named pipe

I have an Internet Explorer add-in, written in C#, which talks via a WCF named-pipe to a .NET desktop application. The desktop app creates the ServiceHost for the netNamedPipeBinding, and each ...
2
votes
5answers
634 views

int 13h in windows protected mode?

Hi to all Could we use the Int 13h (direct disk read/write) in Windows operating systems or does the windows protected mode not allow us, and if so is there a work round? Thanks in advance.
2
votes
4answers
502 views

Are there any instructions in x86 assembly that exist only in 64-bit mode?

Some old x86 instructions are undefined in 64-bit mode. For instance LDS, LES and LSS, or short opcodes of the INC r16 (40 + rw) and INC r32 (40 + rd) instructions. Are there any instructions that ...
1
vote
2answers
206 views

IE Protected Mode for Local System Account

I have a Windows Service that runs a Team City Build agent on a Windows 7 OS. This agent triggers NUnit tests which use the Selenium IE web drivers to execute a series of tests. For the Selenium IE ...
1
vote
1answer
229 views

C# : Lower integrity of named pipes

I am developing an Internet Explorer Browser Helper Object (BHO) in C#. This BHO detects the URL that the user navigates to and then auto populates the username and password. The BHO communicates ...
1
vote
1answer
181 views

VESA BIOS Extensions: How to Change Resolution?

I just finished writing a small boot loader and kernel that switches into protected mode and sets up a basic physical and virtual memory manager: Currently, I'm displaying text onto the screen by ...
1
vote
1answer
84 views

Does internet explorer running in protected mode allows full read access to the user's “My Documents” folder?

I'm currently developing an IE add-on that needs to read some existing files under the "My Documents" from the current user's profile. If IE is running in protected mode: what care should be taken ...
1
vote
1answer
97 views

Ancient history: Was any version of Turbo Pascal able to compile to Protected Mode on 286 or higher?

I remember 1990's Turbo Pascal 6.0 which had several compiler switches for 80286-specific features, all with a note that they work only in Real Mode but not in Protected Mode. Did Turbo Pascal ever ...
1
vote
0answers
373 views

DeleteURLCacheEntry doesnot delete Temporary Internet files when Protected Mode is ON

I am using "deleteURLCacheEntry" Wininet API to delete temporary internet files on Win7/Vista IE 7/8 respectively. The API works perfectly fine when IE's protected mode is OFF. But it fails silently ...
1
vote
1answer
168 views

What debugger can you use on a DOS procted mode program?

I have a program written in CA-Clipper 5.2 and linked with Blinker 7. I recently learned how to compile it into protected mode in place of real mode. Now the real mode debugger won't work with the ...
1
vote
1answer
246 views

INFORMIX-SQL (SE) 4.10DC1 Protected Mode problem loading PSTARTSQL.EXE

I am attempting to fire up ISQL 4.10DC1 on MS-DOS 6.22, but cant seem to get PSTARTSQL.EXE to load, it says DOS16M Error[6]: Not enough memory.. I have DEVICE=C:\DOS\HIMEM.SYS as my first line in ...
0
votes
0answers
42 views

How to call IEGetProtectedModeCookie API from a high-integrity (admin) process?

I need to call the IE8 IEGetProtectedModeCookie API from a high-integrity (admin) process. Whenever I call this API from my Azure webapp, I'm getting ERROR_INVALID_ACCESS. I've read in a number of ...
0
votes
1answer
94 views

Interacting with a Service from Internet Explorer

I am attempting to have IE9 interact with a COM service (created using Visual Studio 2010's wizard) while running in protected mode. If I run the service as admin rather than registering it as a ...
0
votes
0answers
63 views

how create medium integrity level process from low integrity level process?

If I run IE in protected mode, its integrity level is low. And if I then create a medium integrity level process (impl by ActiveX), IE will warn the user with an Elevation Warning window. How do I ...
0
votes
2answers
217 views

IE Protected Mode + SSL Login = No cookie for non-SSL pages

(FWIW, I've posted this question to my blog as well: http://blog.wolffmyren.com/2011/07/11/ie-protected-mode-ssl/) Does anyone know how to work around Internet Explorer Protected Mode limitations ...
0
votes
2answers
82 views

How to work with Isolated Storage and IE Protected Mode?

I have an Internet Explorer addin/plugin and need to use IsolatedStorage (.NET/C#/3.5) under "Low Privileges"/Protected Mode, so I plan to write to %USERPROFILE%\AppData\LocalLow How can I select ...
0
votes
0answers
40 views

How to store information under IE Protected Mode using Folder Redirection?

I need to store/retrieve information under a IE plugin/addon. In the local mode it can be done using %USERPROFILE%\AppData\LocalLow but how this can be done using "Folder Redirection"? In other words ...
0
votes
1answer
95 views

about hardware drivers in protected mode

Recently, I'm trying to write a simple OS. This is a big project. when I'm writing my code, I'm wondering how modern OS contact hardware under protected mode In real mode, we can just call the bios ...
0
votes
1answer
814 views

Reading the Internet Explorer Protected Mode registry

I'm learning the registry with vbscript on the side. I would like to know would I check the strValuname and dwValue of the internet explorer protected mode feature through the use of vbscript? I ...
0
votes
1answer
229 views

Win32API.OpenFileMapping Throws Access Violation Exception From IE ToolBar

We are trying to Memory Mapping File Technique to share some information across the processes But when we use this in one of our component which is IE Toolbar it throws access violation exception ...
0
votes
3answers
422 views

Windows XP: Have my program run in kernel mode?

I'm currently learning about the different modes the Windows operating system runs in (kernel mode vs. user mode), device drivers, their respective advantages and disadvantages and computer security ...
0
votes
1answer
114 views

Writing to windows Event Log from within IE extension in Protected Mode - fails with Access Denied

In a BHO running within Internet Explorer on Windows 7 with Protected Mode On, I'm trying to write to the windows event log. I'm writing to a source that already exists, and it's in the Application ...