Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mandiant/Ghidrathon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: mandiant/Ghidrathon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Aug 26, 2022

  1. Updated README.md to reflect gradle>=6.8 requirement

    Just gone through the steps to install the tool and it works a charm bar an error when building with anything under `gradle 6.8`.
    br0kej authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    42beb43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from br0kej/gradle-ver

    Updated README.md to reflect `gradle>=6.8` requirement
    mike-hunhoff authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b73048f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Improve Reflection in GhidrathonScriptProvider (#9)

    Removes deprecated Java call to newInstance with reflective
    instantiations
    rchildre3 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0a54fa1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. fix compilation for ghidra 10.2 (#15)

    * fix compilation for ghidra 10.2
    
    * manually reapply and adapt 0a54fa1
    alexmaloteaux authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ccc4acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8820287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a9077 View commit details
    Browse the repository at this point in the history
  4. fix/13 (#22)

    * fixes #13 with unit tests; improves Jep bridge
    mike-hunhoff authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fdf6c45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a535aa6 View commit details
    Browse the repository at this point in the history
  6. Update runall.py

    mike-hunhoff authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8351555 View commit details
    Browse the repository at this point in the history
Loading