From f252259f059e79330bfb91c1c5ed23d64b287235 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 20 Sep 2022 18:08:49 +0200 Subject: [PATCH] Search broader stack area --- 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 ffba5fb6..ccc3e7b7 100644 --- a/src/client/component/arxan.cpp +++ b/src/client/component/arxan.cpp @@ -458,7 +458,7 @@ namespace arxan integrity_handler_context* search_handler_context(uint8_t* stack_frame, const uint32_t computed_checksum) { - for (uint32_t frame_offset = 0x38; frame_offset < 0x90; frame_offset += 8) + for (uint32_t frame_offset = 0; frame_offset < 0x90; frame_offset += 8) { if (is_handler_context(stack_frame, computed_checksum, frame_offset)) {