Download
I got SoftIce 4.05 from FOSI --- great site.
Setup
- Windows 9x
Unzip and join all *rar files with WinRAR ... now run setup ...
At the end of set up ... choose the option - "Don't modify my Autoexec.bat
file"
We will modify it so that we can load SICE when it is required.
Autoexec.bat
File
Edit Autoexec.bat file and enter following lines :
REM begin boot options ------------------------
set Winice1="Load WinIce"
set Winice2="Not Using WinIce Today"
echo *********************************************
echo Softice Loader - Numega Inc
echo *********************************************
echo Please Specify Whether You Want To Use WinIce
echo.
echo Press 1 for %Winice1%
echo or
echo Press 2 for %Winice2%
echo.
choice /c:12 /T:2,20 Choose an option
if errorlevel 2 goto NoLo
if errorlevel 1 goto Lo
:Lo
C:\PROGRA~1\NUMEGA\SOFTIC~1\WINICE.EXE
goto end
:NoLo
echo.
echo WinIce Will Not Be Loaded.
:end
REM end boot options ------------------------
Winice.dat File
You must also edit Winice.dat file found here :
C:\Program Files\NuMega\SoftIce95
Change : INIT="lines 60;color fa 4f 1f e;wd 22;wc 22;code on;faults off;X;"
Now remove ";" from export symbols : example ...
; ***** Examples of export symbols that can be included for Windows 95
; Change the path to the appropriate drive and directory
EXP=c:\windows\system\kernel32.dll
EXP=c:\windows\system\user32.dll
EXP=c:\windows\system\gdi32.dll
EXP=c:\windows\system\comdlg32.dll
EXP=c:\windows\system\shell32.dll
EXP=c:\windows\system\advapi32.dll
EXP=c:\windows\system\shell232.dll
EXP=c:\windows\system\comctl32.dll
EXP=c:\windows\system\crtdll.dll
Fire SICE
Now reboot your computer .... press "1" to load SICE....
When you are in Win9x ...press "Ctrl+D" to activate SICE...
So easy to configure SICE ....
|