Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Debugging with segfauilts #16

Description

@Astrarog

There is a need to be able to obtain information about the calls of our function with their order and parametrs even if segmentation fauilt happens.
Sanitizers is not a good idea beacuse they should me preloaded before any other shared objects. It is bad beacuse they depend on libc and beacuse of this standart malloc implementation overwrites our custom.
We also need to gather information about the initial state of random device in order to recreate and repeat the allocation process

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions