realm_hook 0.1.5

Realm's flexible hooks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "../realm.h"


uint32_t realm_first_pkt_len()
{
    return 0;
};


int32_t realm_decide_remote_idx(int32_t idx, const char *buf)
{
    return 0;
};