Log in

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


strangename
August 30th, 2001, 08:06
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
August 31st, 2001, 00:49
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
August 31st, 2001, 00:56
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
September 1st, 2001, 04:19
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?