wafrift-evolution 0.2.5

Genetic algorithm engine, differential analysis, intelligence feedback loop, and WAF-aware advisor.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! wafrift-evolution — Genetic algorithm, differential analysis, and WAF-aware advisor.
//!
//! The adaptive feedback loop: detect WAF → analyze differential responses →
//! evolve technique populations → recommend optimal evasion strategies.

pub mod advisor;
pub mod body_padding;
pub mod custom_rules;
pub mod differential;
pub mod evolution;
pub mod intelligence;
pub mod lineage;
pub mod search;
pub mod types;