Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept null dlhandle and support custom dlopen flags #35

Closed
wants to merge 12 commits into from

Commits on Feb 5, 2021

  1. Load global symbols

    Signed-off-by: ahcorde <[email protected]>
    ahcorde authored and chapulina committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    aed70c9 View commit details
    Browse the repository at this point in the history
  2. make linters happy

    Signed-off-by: ahcorde <[email protected]>
    ahcorde authored and chapulina committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6edf4ac View commit details
    Browse the repository at this point in the history
  3. Fix some issues

    Signed-off-by: ahcorde <[email protected]>
    ahcorde authored and chapulina committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f5e3bb8 View commit details
    Browse the repository at this point in the history
  4. Fixed tests

    Signed-off-by: ahcorde <[email protected]>
    ahcorde authored and chapulina committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    5136313 View commit details
    Browse the repository at this point in the history
  5. Defined RTLD_NONDELETE if not using glibc-2.2

    Signed-off-by: ahcorde <[email protected]>
    ahcorde authored and chapulina committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    249f76d View commit details
    Browse the repository at this point in the history
  6. Revert global changes, leave only nullptr

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2b84a8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be58f29 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Customizable flags

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    fd77c57 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Fix doc

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9368f71 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    84a86f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    47b03a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Add tests - segfaulting

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    54e2981 View commit details
    Browse the repository at this point in the history