Skip to content

I find a bug in Mhook 2.4 #10

@flylinfan

Description

@flylinfan

The follow statement will cause crash when allocate the second block trampoline area in win7 x64.
// last entry points to the current head of the free list
pRetVal[trampolineCount - 1].pNextTrampoline = g_pFreeList;
in mhook.cpp BlockAlloc function.This statement repeat use the first trampoline in the first block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions