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

helpers: Added dynamic symbol resolver #128

Merged
merged 5 commits into from Feb 16, 2022

Commits on Feb 13, 2022

  1. helpers: Added dynamic symbol resolver

    Dynamic symbols are very important to attach u(ret)probe on common libraries such as openssl, libc, etc.
    guyarb committed Feb 13, 2022
    Copy the full SHA
    746aea8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Copy the full SHA
    fd72f85 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Update helpers/elf.go

    Co-authored-by: grantseltzer <grantseltzer@gmail.com>
    guyarb and grantseltzer committed Feb 16, 2022
    Copy the full SHA
    1ee822d View commit details
    Browse the repository at this point in the history
  2. Update helpers/elf.go

    Co-authored-by: grantseltzer <grantseltzer@gmail.com>
    guyarb and grantseltzer committed Feb 16, 2022
    Copy the full SHA
    18666cb View commit details
    Browse the repository at this point in the history
  3. Update helpers/elf.go

    grantseltzer committed Feb 16, 2022
    Copy the full SHA
    32965b7 View commit details
    Browse the repository at this point in the history