summaryrefslogtreecommitdiff
path: root/dispatch/README.markdown
blob: b820026914e3ce6ce21ea0a7c6aef3bae04fff92 (plain)
1
2
3
4
5
6
7
8
9
The dispatch layer objective is to resolve the addresses of public and private
symbols from DLLs / shared objects and dispatch calls to them.

It used both by the tracing wrappers (to dispatch the intercepted calls to
their true counterparts) and when replaying traces (to dispatch the calls
recorded on the file).

Most of the code is generated from dispatch.py script, which is then derived
for particular APIs.