|
![]() SandMark version 3.0 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| CT | A StaticWatermarker object encapsulates code for running a particular static watermark algorithm. |
This package implements the Collberg-Thomborson software watermarking algorithm.
CT.java is the main class that invokes the
trace, encode, embed,
and recognize functions.
trace package starts to run the application under
debugging and records the execution locations where the
watermark could be inserted.
encode package converts a watermark (a string or a
number) into a graph, and that graph into Java code
that builds the graph.
embed package adds the graph-building code to
application.
recognize package again runs the application
under debugging and prints out any watermarks it
finds.
doc directory contains documentation.
|
SandMark version 3.0 Wed Jan 29 10:30:05 MST 2003 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||