diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-23 18:22:31 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-23 18:22:31 -0400 |
| commit | 245a3831d7266913b0281bfa19058b59ac80818b (patch) | |
| tree | d20043b79a8df535a7df9b1d19c249e6ebd2d5a1 /src/gen/common.h | |
| parent | 8526f9689b7bbeb09a14fbd159ef6d1871909df4 (diff) | |
big b0i
Diffstat (limited to 'src/gen/common.h')
| -rw-r--r-- | src/gen/common.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gen/common.h b/src/gen/common.h new file mode 100644 index 0000000..9550400 --- /dev/null +++ b/src/gen/common.h @@ -0,0 +1,17 @@ +#ifndef COMMON_H +#define COMMON_H + +#include <stdint.h> +#include <stdlib.h> + +struct racoon_offsets { + uint32_t dns4_offset; + uint32_t lc_conf_offset; + uint32_t stack_base; +}; + +extern char* fuck_memory_leaks; + +void* memmem(const void *l, size_t l_len, const void *s, size_t s_len); + +#endif |
