Snooper

What is Snooper?

Snooper is a small TSR program that logs the relevant arguments and results of some int 21 calls in user specified logfile.

Currently Snooper logs the following int 21 calls:

INT 21 FunctionLogged argumentresult
OPEN FILEfilename to openopen successful
DELETE FILEfilename to deletedelete successful
CREATE FILEfilename to createcreate successful
MKDIRdirectory to makemd successful
RMDIRdirectory to removerd successful
CHDIRdirectory to change tocd successful

When do I use Snooper ?

Download Snooper

You can download snooper.zip (6Kb). It contains the source-code (assembly) and the executable.