Search broader stack area
This commit is contained in:
parent
e467c37d15
commit
f252259f05
@ -458,7 +458,7 @@ namespace arxan
|
|||||||
|
|
||||||
integrity_handler_context* search_handler_context(uint8_t* stack_frame, const uint32_t computed_checksum)
|
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))
|
if (is_handler_context(stack_frame, computed_checksum, frame_offset))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user