mirror of https://github.com/bol-van/zapret/
26 changed files with 86 additions and 76 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,10 +1,7 @@ |
|||
#pragma once |
|||
|
|||
#include <stddef.h> |
|||
#include <stdint.h> |
|||
#include <stdbool.h> |
|||
#include <arpa/inet.h> |
|||
#include <stddef.h> |
|||
|
|||
const uint8_t *find_bin_const(const uint8_t *data, size_t len, const void *blk, size_t blk_len); |
|||
uint8_t *find_bin(uint8_t *data, size_t len, const void *blk, size_t blk_len); |
|||
void print_sockaddr(const struct sockaddr *sa); |
|||
char *strncasestr(const char *s,const char *find, size_t slen); |
|||
|
Loading…
Reference in new issue