- SoftICE is a kernel mode debugger for Microsoft Windows. Crucially, it is designed to run underneath Windows such that the operating system is unaware of its presence.
- Unlike an application debugger, SoftICE is capable of suspending all operations in Windows when instructed. For driver debugging this is critical due to how hardware is accessed and the kernel of the operating system functions.
- Because of its low-level capabilities, SoftICE is also popular as a software cracking tool.
- Microsoft offers two kernel-mode debuggers, WinDbg and KD, for no charge.
- However, the full capabilities of WinDbg and KD are available only when two interlinked computers are used.
- SoftICE therefore is an exceptionally useful tool for difficult driver related development.
- The last released version was for Windows XP. Newer versions of Windows are seemingly unsupported as the tool is no longer listed on Compuware's website.
- A commercial kernel-level debugger called Syser claims to continue where SoftICE left off.
A shareware but free to use OllyDbg is a 32-bit assembler level debugger from Oleh Yuschuk. However, it can only be used for user-mode debugging.
Awareness and Knowledge means security.
Sunday, December 29, 2013
Introduction to SoftICE
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment
Add your comments.All the inputs are important and valuable.