diff options
| author | spv <aquaticvegetable@gmail.com> | 2022-04-20 14:10:27 -0400 |
|---|---|---|
| committer | spv <aquaticvegetable@gmail.com> | 2022-04-20 14:10:27 -0400 |
| commit | 7caa231e0b0fa607080586725fbbc9628a1cc031 (patch) | |
| tree | e22a643aefbc73c703b90f2454c0f75374696399 /src/patchfinder.h | |
hello and welcome back to hell
Diffstat (limited to 'src/patchfinder.h')
| -rwxr-xr-x | src/patchfinder.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/patchfinder.h b/src/patchfinder.h new file mode 100755 index 0000000..21af7e3 --- /dev/null +++ b/src/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 |
