| 96 | }; |
| 97 | |
| 98 | struct HookV1 { |
| 99 | uint32_t func_index; |
| 100 | uint32_t original_section_vrom; |
| 101 | uint32_t original_vram; |
| 102 | uint32_t flags; // end |
| 103 | }; |
| 104 | |
| 105 | template <typename T> |
| 106 | const T* reinterpret_data(std::span<const char> data, size_t& offset, size_t count = 1) { |
nothing calls this directly
no outgoing calls
no test coverage detected