Skip to main content

hex_patch/headers/
encoder.rs

1use hexpatch_keystone::Keystone;
2
3pub enum Encoder {
4    Keystone(Keystone),
5    EBPF,
6}