If I write some scripts, I don't want deploy them in bro scripts, Is
there some ways like nuitka in python (translate python to c++ ), In
my opinion the bro scripts at end was called like c++ , how about we
translate all scripts to c++ and link them at compile time? (Of course
we can debug using scripts)

or something like pyc in python:

#cat test.py
print "helloworld"

# python -m compileall test.py

# python test.pyc
helloworld

Do we already have tools like it?
If not, Is there chance that it will be offered by bro team in the future?
_______________________________________________
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to