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

arm64 disassembler #2127

Merged
merged 10 commits into from
Oct 5, 2022
Merged

arm64 disassembler #2127

merged 10 commits into from
Oct 5, 2022

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    36ee6a0 View commit details
    Browse the repository at this point in the history
  2. Capstone PoC

    adamsitnik committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    2bebf8e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

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

Commits on Sep 23, 2022

  1. Resolve indirect addresses in disassembly (#2118)

    Co-authored-by: Jan Vorlicek <[email protected]>
    adamsitnik and janvorli committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    43bf96b View commit details
    Browse the repository at this point in the history
  2. Initial version of the Arm64 instruction formatter (#2119)

    * fold ClrMdV2Disassembler<T> into ClrMdV2Disassembler (we don't need it anymore since the referenced address is stored in the Asm type)
    
    * Update the ClrMdV1 disassembler (used when benchmark process architecture is different than host, example: Full Framework x86 and 64)
    
    * initial version of the Arm64 formatter
    adamsitnik committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    0a53508 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    0687b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e46fd28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1dd696 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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