summaryrefslogtreecommitdiff
path: root/src/gen/patchfinder.h
diff options
context:
space:
mode:
authorspv420 <unomilliono@gmail.com>2022-04-23 18:22:31 -0400
committerspv420 <unomilliono@gmail.com>2022-04-23 18:22:31 -0400
commit245a3831d7266913b0281bfa19058b59ac80818b (patch)
treed20043b79a8df535a7df9b1d19c249e6ebd2d5a1 /src/gen/patchfinder.h
parent8526f9689b7bbeb09a14fbd159ef6d1871909df4 (diff)
big b0i
Diffstat (limited to 'src/gen/patchfinder.h')
-rw-r--r--src/gen/patchfinder.h14
1 files changed, 14 insertions, 0 deletions
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 <stdint.h>
+
+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