![]() |
|
#7
|
||||
|
||||
|
Freddy2002: it still will not work because you cannot issue ADDR command with a direct address as the parameter (context). When you type the parameter of ADDR command it is the address of process specific KPEB (Kernel Process Environment Block), not any direct addressing. Context can be set only with KPEB, process name or PID.
So, you can set the breakpoints on the following ways: ADDR Armadillo (process name) BPX/BP 4a4740 (x) ADDR 8202aa00 (KPEB) BPX/BP 4a4740 (x) ADDR 160 (PID) BPX/BP 4a4740 (x) It will work in DS 3.1 without issuing any additional commands and environment variables. Regards. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Some useful Breakpoints in lsdecode 8.2.2.3 | Calvin | General Discussion | 2 | 05-03-2010 16:05 |
| Softice not working ... what versions are you using??? | yaa | General Discussion | 5 | 12-14-2003 05:46 |
| NuMega.SoftICE.v4.05.for.WinNT - Not Working In Windows 2000 SP3 or 4 | PiG_DoG | General Discussion | 4 | 07-26-2003 09:28 |
| Why SoftIce is not setting breakpoints? | Pyrat | General Discussion | 8 | 01-14-2003 00:34 |