From cc362b1d78c0c841ba56bc4f95cf6c67160d00d3 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Mon, 19 Sep 2022 09:18:23 +0200 Subject: [PATCH] Update arxan.cpp --- src/client/component/arxan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/arxan.cpp b/src/client/component/arxan.cpp index a700ff57..e2b2d155 100644 --- a/src/client/component/arxan.cpp +++ b/src/client/component/arxan.cpp @@ -397,7 +397,7 @@ namespace arxan uint32_t* original_checksum; }; - // Pretty trashy, but working, heuristic to search integrity the handler context + // Pretty trashy, but working, heuristic to search the integrity handler context bool is_handler_context(uint8_t* stack_frame, const uint32_t computed_checksum, const uint32_t frame_offset) { auto* potential_address = *reinterpret_cast(stack_frame + frame_offset);