Fetch view angles offset

This commit is contained in:
a2x
2023-09-09 02:56:47 +10:00
parent 24d56461ff
commit b6b8ee2fde
7 changed files with 47 additions and 14 deletions

View File

@@ -11,6 +11,8 @@ namespace process {
[[nodiscard]] std::optional<std::uintptr_t> get_module_base(std::string_view module_name) noexcept;
[[nodiscard]] std::optional<std::uintptr_t> resolve_jmp(std::uintptr_t address) noexcept;
[[nodiscard]] std::optional<std::uintptr_t> resolve_rip_relative_address(std::uintptr_t address) noexcept;
bool read_memory(std::uintptr_t address, void* buffer, std::size_t size) noexcept;