Skip to content
Snippets Groups Projects
Commit b512b9f0 authored by Jason Hiser's avatar Jason Hiser
Browse files

readme was so out of date I erased it.

Former-commit-id: adac1434b0dcd3ac87c46c7ddac6fba865e813fa
parent 026b87c9
No related branches found
No related tags found
No related merge requests found
Subdirectories contain the following extensions to the Strata infrastructure, e.g.:
* SPRI (Strata Program Rewriting Interface)
* SPASM (SPRI Assembler)
* IRDB (API and tools to produce SPRI rules)
Other subdirectories contain transformations and various security protections, e.g.:
* Integer transforms
* P1/Pn transforms
* Application Firewall (aka: Software DNA Shotgun Sequencing)
###################################################################
Must define env var
SECURITY_TRANSFORM_HOME
#####
Install cmake on the system
######################## ######################## ########################
# To build this, use "./build.sh"
######################## ######################## ########################
When configuring ELFIO-1.0.3, be sure to point the install directory at the root of wherever you put the SVN module, e.g.,
cd ELFIO-1.0.3
./configure --prefix=$SECURITY_TRANSFORMS_HOME
make
make install
####
Compile the beaengine
cmake .
make
####
cd xform
make everything
###
cd tools
make everything
TBD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment