| The following are commands for working with breakpoints in SoftICE. Table A-10. Breakpoint commands | Command | Meaning | | BC # | Clear breakpoint | | BD # | Disable breakpoint | | BE # | Enable breakpoint | | BL | List breakpoints | Useful breakpoints in SoftICE are as follows . A.2.1 General -
bpx hmemcpy -
bpx MessageBox -
bpx MessageBoxExA -
bpx MessageBeep -
bpx SendMessage -
bpx GetDlgItemText -
bpx GetDlgItemInt -
bpx GetWindowText -
bpx GetWindowWord -
bpx GetWindowInt -
bpx DialogBoxParamA -
bpx CreateWindow -
bpx CreateWindowEx -
bpx ShowWindow -
bpx UpdateWindow A.2.1.1 Time- related -
bpx GetLocalTime -
bpx GetFileTime -
bpx GetSystemTime -
bpx GetTickCount -
bpx FileTimeToSystemTime A.2.1.2 Disk access -
bpx GetFileAttributesA -
bpx GetFileSize -
bpx GetDriveType -
bpx GetLastError -
bpx ReadFile A.2.1.3 File-related -
bpx ReadFile -
bpx WriteFile -
bpx CreateFile -
bpx SetFilePointer -
bpx GetSystemDirectory A.2.1.4 INI files-related -
bpx GetPrivateProfileString -
bpx GetPrivateProfileInt -
bpx WritePrivateProfileString -
bpx WritePrivateProfileInt A.2.1.5 Registry-related -
bpx RegCreateKey -
bpx RegDeleteKey -
bpx RegQueryValue -
bpx RegQueryValueEx -
bpx RegCloseKey -
bpx RegOpenKey |