shramos / polymorph

Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
GNU General Public License v2.0
445 stars 61 forks source link

Register / inject external conditions #2

Closed XaviTorello closed 3 years ago

XaviTorello commented 5 years ago

Can be interesting if the fw can deal with the possibility to inject or register "external" conditions stored outside the library.

This will be great to ensure that the real logic of our conditions can be easily mantained outside the library, being able to avoid troubles with virtualenv executions, library upgrades, ...

This idea can be also applied for the stored templates.

It takes sense @shramos? If it, I can support you for the development of this functionality

XaviTorello commented 5 years ago

A proposal is pushed at #3 @shramos