PDA

View Full Version : How can i know softice's program interface?


strangename
08-30-2001, 09:06 AM
Hi, all
I want to write a plugin for softice, but i do not know the functions that softice provides,
and i did not find any document about it, does anyone know that?
Please help me!
Thx.

aimless
08-31-2001, 01:49 AM
Hullo,

You need to go to:

www.programmertools.com

You need to go to the subsection: debuggers

Search for .SEX (Softice extensions for Win NT)

Provided with source code, how to insert your plugins...

Have Phun

Kayaker
08-31-2001, 01:56 AM
Hi,

You'll want to check this out as well - SoftICE Internals by Spath

http://208.50.16.104/crackz/Tutorials/Siceints.txt

Kayaker

strangename
09-01-2001, 05:19 AM
Thank aimless and kayaker!
I get the sex.zip and the icedump both, but i find they use different way to extend softice.In sex.zip, it use microsoft's deubgger interface, in icedump it use numega's softice
interface. As to the later, it just has a inc file and no any details.
Is there any document about the inc file?