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

Fix cant found RET offset in gotls mode. fix #502. #512

Merged
merged 4 commits into from
Mar 30, 2024
Merged

Commits on Mar 24, 2024

  1. Fix cant found RET offset in gotls mode. fix #502.

    Fix the issue of not being able to fetch the function RET offset in the gotls model when building a Golang binary with pie mode.
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    dd0c48a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. support symbols in sections .data.rel.ro.gopclntab and .data.rel.ro.

    see PR #512 for more info .
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d53387f View commit details
    Browse the repository at this point in the history
  2. fix SA4006: this value of address is never used (staticcheck)

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c38d3dc View commit details
    Browse the repository at this point in the history
  3. fix : incorret gotls event payload length.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5b49651 View commit details
    Browse the repository at this point in the history