Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Yesterday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Thursday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Sunday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Sunday at 6:07 AM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Tips & Tricks Collection of DC
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="||~DxxCxxxx~||" data-source="post: 3711563" data-attributes="member: 137393"><p><strong>Commands in SoftICE</strong></p><p></p><p><img src="http://windowsitpro.com/Files/5314/Screen_01.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>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. Since 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 and continues to function well even with Microsoft's latest operating system versions.</p><p> Older versions exist for DOS and compatible operating systems. SoftICE was originally produced by a company called NuMega, and was subsequently acquired by Compuware.</p><p></p><p></p><p>Following is a list of commands for SoftICE. SoftICE is worth being studied ... the more about SoftICE you know the faster you can crack (Assembly Knowledge Needed Of Course). </p><p></p><p></p><p>[code]Basic Stuff </p><p>-------------------------------------------------------------------------------- </p><p>? Evulate Expression </p><p>A Assemble code </p><p>ADDR Display/Change address contents </p><p>BC Clear Breakpoint </p><p>BD Disable Breakpoint </p><p>BE Enable Breakpoint </p><p>BL List current Breakpoints </p><p>BPE Edit Breakpoint </p><p>BPT Use Breakpoint as a template </p><p>BPM, BPMB, BPMW, BPMD Breakpoint on memory access </p><p>BPR Breakpoint on memory range </p><p>BPIO Breakpoint on I/O port access </p><p>BPINT Breakpoint on Interrupt </p><p>BPX Breakpoint on execution </p><p>BPMSG Breakpoint on windows message </p><p>C Compare two data blocks </p><p>CLASS Display window class information </p><p>D, DB, DW, DD, DS, DL, DT Display memory </p><p>DATA Change data window </p><p>E, EB, EW, ED, EL, ET Edit memory </p><p>EXIT EXIT </p><p>F Fill memory with data </p><p>FORMAT Change format of data window </p><p>G Go to address </p><p>H Help on specific function </p><p>HBOOT System boot (total reset) </p><p>HERE Go to current cursor line </p><p>HWND Display window handle information </p><p>M Move Data </p><p>MOD Display windows module list </p><p>P Step skipping calls, Int, etc </p><p>R Display/Change Register contents </p><p>S Search for data </p><p>T Single Step one instruction </p><p>TASK Display windows task list </p><p>THREAD Display thread information </p><p>U Un-Assemblers instructions </p><p>VER SoftICE Version </p><p>WATCH Add watch </p><p>WHAT Identify the type of expression </p><p>WMSG Display windows messages </p><p>X Return to host debugger or program </p><p></p><p>-------------------------------------------------------------------------------- </p><p></p><p></p><p>Advanced Stuff </p><p>-------------------------------------------------------------------------------- </p><p>CPU Display CPU register information </p><p>GDT Display global descriptor table </p><p>GENINT Generate an interrupt </p><p>HEAP Display windows global heap </p><p>LHEAP Display windows local heap </p><p>IDT Display interrupt descriptor table </p><p>I, IB, IW, ID Input data from I/O Port </p><p>O. OB, OW, OD Output data form I/O Port </p><p>LDT Display local descriptor table </p><p>MAP32 Display 32Bit section map </p><p>MAPV86 Display v86 memory map </p><p>PAGE Display page table information </p><p>PCI Display PCI device information </p><p>PEEK Read from physical address </p><p>PHYS Display all virtual addresses for physical address </p><p>POKE Write to physical address </p><p>PROC Display process information </p><p>QUERY Display process virtual address space map </p><p>TSS Display task state segment </p><p>STACK Display call stack </p><p>VCALL Display VxD calls </p><p>VM Display virtual machine information </p><p>VXD Display windows VxD map </p><p>XFRAME Display active exeption frames </p><p></p><p>-------------------------------------------------------------------------------- </p><p></p><p></p><p>Mode Control </p><p>-------------------------------------------------------------------------------- </p><p>FAULTS Enable/Disable SoftIce fault trapping </p><p>I1HERE Direct INT1 to SoftICE </p><p>I3HERE Direct INT3 to SoftICE </p><p>SET Change an internal variable </p><p>ZAP Zap embedded INT1 or INT3 </p><p></p><p>-------------------------------------------------------------------------------- </p><p></p><p></p><p>Customization Commands </p><p>-------------------------------------------------------------------------------- </p><p>ALTKEY Set key sequence to invoke window </p><p>ANSWER Auto-answer and redirect console to modem </p><p>CODE Display insctruction bytes in code window </p><p>COLOR Display/Set screen colors </p><p>DEX Display/Assign window data expression </p><p>DIAL Redirect console to modem </p><p>FKEY Display/Set function keys </p><p>LINES Set/Display number of lines on screen </p><p>MACRO Define a named macro command </p><p>PAUSE Control display scroll mode </p><p>PRN Set printer output port </p><p>SERIAL Redirect console </p><p>TABS Set/Display tab setting </p><p></p><p>-------------------------------------------------------------------------------- </p><p></p><p></p><p>Window Commands </p><p>-------------------------------------------------------------------------------- </p><p>. Locate current instruction </p><p>EC Enable/Disable code window </p><p>WC Toggle code window </p><p>WD Toggle data window </p><p>WF Toggle float point stack window </p><p>WL Toggle locals window </p><p>WR Toggle register window </p><p>WW Toggle watch window </p><p></p><p>-------------------------------------------------------------------------------- </p><p></p><p></p><p>Window Control </p><p>-------------------------------------------------------------------------------- </p><p>ALTSCR Change to alternate display </p><p>CLS Clear window </p><p>FLASH Restore screen during P and T </p><p>RS Restore program screen </p><p></p><p>-------------------------------------------------------------------------------- </p><p></p><p></p><p>Symbole/Source Commands </p><p>-------------------------------------------------------------------------------- </p><p>EXP Display export symbols </p><p>FILE Change/Display current source file </p><p>LOCALS Display locals currently in scope </p><p>SRC Toggle between source, mixed & code </p><p>SS Search source module for string </p><p>SYMLOC Relocate symbol base </p><p>TAB Select/Remove symbol table </p><p>TYPES List all types, or display type defination </p><p></p><p>-------------------------------------------------------------------------------- </p><p></p><p></p><p>Back Trace Commands </p><p>-------------------------------------------------------------------------------- </p><p>SHOW Display from backtrace buffer </p><p>TRACE Enter backtrace simulation mode </p><p>XT Step in trace simulation mode </p><p>XP Program step in trace simulation mode </p><p>XG Go to address in trace simulation mode </p><p>XRSET Reset backtrace history buffer </p><p></p><p>-------------------------------------------------------------------------------- </p><p></p><p></p><p>Special Operators </p><p>-------------------------------------------------------------------------------- </p><p>. Preceding a decimal number specifies a line number </p><p>$ Preceding an address specifies SEGMENT addressing </p><p># Preceding an address specifies SELECTOR </p><p>@ Preceding an address </p><p></p><p>--------------------------------------------------------------------------------[/code]</p></blockquote><p></p>
[QUOTE="||~DxxCxxxx~||, post: 3711563, member: 137393"] [b]Commands in SoftICE[/b] [IMG]http://windowsitpro.com/Files/5314/Screen_01.gif[/IMG] 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. Since 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 and continues to function well even with Microsoft's latest operating system versions. Older versions exist for DOS and compatible operating systems. SoftICE was originally produced by a company called NuMega, and was subsequently acquired by Compuware. Following is a list of commands for SoftICE. SoftICE is worth being studied ... the more about SoftICE you know the faster you can crack (Assembly Knowledge Needed Of Course). [code]Basic Stuff -------------------------------------------------------------------------------- ? Evulate Expression A Assemble code ADDR Display/Change address contents BC Clear Breakpoint BD Disable Breakpoint BE Enable Breakpoint BL List current Breakpoints BPE Edit Breakpoint BPT Use Breakpoint as a template BPM, BPMB, BPMW, BPMD Breakpoint on memory access BPR Breakpoint on memory range BPIO Breakpoint on I/O port access BPINT Breakpoint on Interrupt BPX Breakpoint on execution BPMSG Breakpoint on windows message C Compare two data blocks CLASS Display window class information D, DB, DW, DD, DS, DL, DT Display memory DATA Change data window E, EB, EW, ED, EL, ET Edit memory EXIT EXIT F Fill memory with data FORMAT Change format of data window G Go to address H Help on specific function HBOOT System boot (total reset) HERE Go to current cursor line HWND Display window handle information M Move Data MOD Display windows module list P Step skipping calls, Int, etc R Display/Change Register contents S Search for data T Single Step one instruction TASK Display windows task list THREAD Display thread information U Un-Assemblers instructions VER SoftICE Version WATCH Add watch WHAT Identify the type of expression WMSG Display windows messages X Return to host debugger or program -------------------------------------------------------------------------------- Advanced Stuff -------------------------------------------------------------------------------- CPU Display CPU register information GDT Display global descriptor table GENINT Generate an interrupt HEAP Display windows global heap LHEAP Display windows local heap IDT Display interrupt descriptor table I, IB, IW, ID Input data from I/O Port O. OB, OW, OD Output data form I/O Port LDT Display local descriptor table MAP32 Display 32Bit section map MAPV86 Display v86 memory map PAGE Display page table information PCI Display PCI device information PEEK Read from physical address PHYS Display all virtual addresses for physical address POKE Write to physical address PROC Display process information QUERY Display process virtual address space map TSS Display task state segment STACK Display call stack VCALL Display VxD calls VM Display virtual machine information VXD Display windows VxD map XFRAME Display active exeption frames -------------------------------------------------------------------------------- Mode Control -------------------------------------------------------------------------------- FAULTS Enable/Disable SoftIce fault trapping I1HERE Direct INT1 to SoftICE I3HERE Direct INT3 to SoftICE SET Change an internal variable ZAP Zap embedded INT1 or INT3 -------------------------------------------------------------------------------- Customization Commands -------------------------------------------------------------------------------- ALTKEY Set key sequence to invoke window ANSWER Auto-answer and redirect console to modem CODE Display insctruction bytes in code window COLOR Display/Set screen colors DEX Display/Assign window data expression DIAL Redirect console to modem FKEY Display/Set function keys LINES Set/Display number of lines on screen MACRO Define a named macro command PAUSE Control display scroll mode PRN Set printer output port SERIAL Redirect console TABS Set/Display tab setting -------------------------------------------------------------------------------- Window Commands -------------------------------------------------------------------------------- . Locate current instruction EC Enable/Disable code window WC Toggle code window WD Toggle data window WF Toggle float point stack window WL Toggle locals window WR Toggle register window WW Toggle watch window -------------------------------------------------------------------------------- Window Control -------------------------------------------------------------------------------- ALTSCR Change to alternate display CLS Clear window FLASH Restore screen during P and T RS Restore program screen -------------------------------------------------------------------------------- Symbole/Source Commands -------------------------------------------------------------------------------- EXP Display export symbols FILE Change/Display current source file LOCALS Display locals currently in scope SRC Toggle between source, mixed & code SS Search source module for string SYMLOC Relocate symbol base TAB Select/Remove symbol table TYPES List all types, or display type defination -------------------------------------------------------------------------------- Back Trace Commands -------------------------------------------------------------------------------- SHOW Display from backtrace buffer TRACE Enter backtrace simulation mode XT Step in trace simulation mode XP Program step in trace simulation mode XG Go to address in trace simulation mode XRSET Reset backtrace history buffer -------------------------------------------------------------------------------- Special Operators -------------------------------------------------------------------------------- . Preceding a decimal number specifies a line number $ Preceding an address specifies SEGMENT addressing # Preceding an address specifies SELECTOR @ Preceding an address --------------------------------------------------------------------------------[/code] [/QUOTE]
Insert quotes…
Verification
Hath warak paha keeyada? (hatha wadikireema paha)
Post reply
Top
Bottom