Detours/samples
Galen Hunt e5400b4ec5 Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
..
comeasy Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
commem Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
cping Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
disas Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
dtest Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
dumpe Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
dumpi Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
echo Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
einst Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
excep Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
findfunc Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
impmunge Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
member Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
opengl Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
region Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
setdll Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
simple Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
slept Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
syelog Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
talloc Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
traceapi Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
tracebld Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
tracelnk Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
tracemem Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
tracereg Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
traceser Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
tracessl Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
tracetcp Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
tryman Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
withdll Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
Makefile Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
README.TXT Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
common.mak Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00

README.TXT

##############################################################################
##
##  Samples README File
##
##  Microsoft Research Detours Package
##
##  Copyright (c) Microsoft Corporation.  All rights reserved.
##

BUILDING:
=========
To build the sample applications, type "nmake" in the samples directory.
Note that you must build setdll and syslog in order to use many of the
other sample programs.

COMMENTS:
=========
Each of the sample directories has a test, which can be invoked by typing
"nmake test", to demonstrate the usage of the sample.  With very few
exceptions, all of the executables also accept a "/?" command to display a
usage message.

The trace* samples log their output through the syelogd.exe daemon and hook
CreateProcessW to load themselves into any child processes.  For example,
typing "withdll -d:traceapi.dll cmd.exe" will create a command shell under
which all processes log their API calls through traceapi.dll.