From 245a3831d7266913b0281bfa19058b59ac80818b Mon Sep 17 00:00:00 2001 From: spv420 Date: Sat, 23 Apr 2022 18:22:31 -0400 Subject: big b0i --- src/gen/patchfinder.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/gen/patchfinder.h (limited to 'src/gen/patchfinder.h') diff --git a/src/gen/patchfinder.h b/src/gen/patchfinder.h new file mode 100644 index 0000000..21af7e3 --- /dev/null +++ b/src/gen/patchfinder.h @@ -0,0 +1,14 @@ +#ifndef PATCHFINDER_H +#define PATCHFINDER_H + +#include + +uint32_t find_dns4_offset(uint32_t region, + uint8_t* bin, + size_t size); + +uint32_t find_lc_conf_offset(uint32_t region, + uint8_t* bin, + size_t size); + +#endif \ No newline at end of file -- cgit v1.2.3