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

prints the jump destination address and name in the assembly output #1469

Merged
merged 1 commit into from
Apr 15, 2022

Commits on Apr 15, 2022

  1. prints the jump destination address and name in the assembly output

    This is a simple quality of life update that should be done many years
    ago. This change adds printing the jump destination address and name,
    if present, in the assembly output, much like objdump does, e.g.,
    ```
    c203: e8 70 7c ff ff            callq -0x8390 # 3e78 <malloc>
    ```
    
    This commit also publishes the `Symtab.callee` function that gives this
    information.
    ivg committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    7d310af View commit details
    Browse the repository at this point in the history