Granary / granary2

Dynamic binary translation framework for instrumenting x86-64 user space Linux programs
MIT License
39 stars 5 forks source link

Handle packet filter JIT #15

Open pgoodman opened 10 years ago

pgoodman commented 10 years ago

The Linux kernel includes a simple JIT compiler for package filters, as described here.

Instrumenting packet filters and flushing code related to no longer used filters should be supported.