Skip to content

Not working with Substitute-based hooking #73

@nabla-c0d3

Description

@nabla-c0d3

The crash people are seeing is due to Substitute (the library that Chimera uses for hooking C functions) not supporting functions that are very short. I think if there's less than ~60 bytes of stack space available after the function prologue, Substitute will cause a crash.

Alternatives:

Originally posted by @EthanArbuckle in #63 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions