Difference between revisions of "Studio:Integrating the Intercept Module (IM)"

From STRIDE Wiki
Jump to: navigation, search
m (When is an IM needed?)
Line 1: Line 1:
== When is an Intercept Module needed? ==
 
 
 
== IM Files and how they are used ==
 
== IM Files and how they are used ==
 
=== Naming conventions ===
 
=== Naming conventions ===
 
=== The Intercept Module source file (IM.c / IM.cpp) ===
 
=== The Intercept Module source file (IM.c / IM.cpp) ===
=== The IMDELG.h file ===
 
 
=== The IM.h file ===
 
=== The IM.h file ===
 +
=== The IMEntry.h file ===
 +
== Adding the IM files to the build ==
 
== IM Resource Requirements ==
 
== IM Resource Requirements ==
 
* Stack size
 
* Stack size
 
* Threads
 
* Threads
 
== Starting the IMStubRead thread ==
 
== Starting the IMStubRead thread ==

Revision as of 15:28, 19 June 2007

IM Files and how they are used

Naming conventions

The Intercept Module source file (IM.c / IM.cpp)

The IM.h file

The IMEntry.h file

Adding the IM files to the build

IM Resource Requirements

  • Stack size
  • Threads

Starting the IMStubRead thread