Modules on Screws
=================

Modules allows to generate new features, replace existant ones and
using a certain order on them. For example. You can load a module

"unicode.o" that converts %?? strings into correct ascii chars.

But after it you can load another module that checks this strings
looking for Buffers overflows, Piped parsing, SQL injection, Path
Transversal strings, etc. called "secure.o"

In src/Modules you can take few module examples to understand how
they works internally.
