Skip to content

jsemric/ahofa

Repository files navigation

ahofa

ahofa - Approximate Handling of Finite Automata

About

ahofa provides flexible methods for reducing non-deterministic finite automata (NFA) used in network traffic filtering. To achieve a substantial reduction of NFA, language over-approximation is used, since language preserving methods may not be sufficient. Besides reduction algorithms, other usefull programs are provided such as evaluation of reduced NFA error, and DFA minimization.

Requirements

Optional

NFA format

The NFA format (with .fa extension) is line-based and has the following structure:

<state>  // initial state
<state> <state> <symbol in hexa> // transitions
...
<state>  // final states
...

Usage

For positional and optional arguments run with -h option. Reduction and error evaluation tool.

./app-reduction.py

NFA error evaluation.

./nfa_eval  

About

reduction of NFAs used for IDS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published