Loading exe at fixed preferred address
From: Jack (jl_at_knight.com)
Date: 04/28/04
- Next message: Jack: "Re: Loading exe at fixed preferred address"
- Previous message: Rhett Gong [MSFT]: "Re: WriteConsoleOutput Does Not Work As Described In MS Documentation. Why?"
- Next in thread: Jack: "Re: Loading exe at fixed preferred address"
- Reply: Jack: "Re: Loading exe at fixed preferred address"
- Reply: Gary Chanson: "Re: Loading exe at fixed preferred address"
- Reply: Tim Robinson: "Re: Loading exe at fixed preferred address"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 16:09:44 +0800
Hi, I am building a kernel debugger. And I'm testing it now. I can see the
preferred load address of the module is 0x401000, but when loaded by windows
loader, it goes to 0x500000, I guess because my debugger has already
occupied 0x401000, so the program is shifted down. How do I force the
preferred address of 0x500000. Someone at Microsoft has got an article about
this, But I forgot where. Also, If I load the program at my preferred
address, would it affect other processes? Thanks
Jack
- Next message: Jack: "Re: Loading exe at fixed preferred address"
- Previous message: Rhett Gong [MSFT]: "Re: WriteConsoleOutput Does Not Work As Described In MS Documentation. Why?"
- Next in thread: Jack: "Re: Loading exe at fixed preferred address"
- Reply: Jack: "Re: Loading exe at fixed preferred address"
- Reply: Gary Chanson: "Re: Loading exe at fixed preferred address"
- Reply: Tim Robinson: "Re: Loading exe at fixed preferred address"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|