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 circular dependencies by making ofrak_angr and ofrak_capstone optional for ofrak_core tests #420

Merged

Commits on Feb 12, 2024

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

Commits on May 29, 2024

  1. Revert "Move internal "forward" dependencies into `requirements-test.…

    …txt`"
    
    This reverts commit fab366d.
    ANogin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5cad09d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36538c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be3608a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f375f7d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Aug 20, 2024

  1. Update Makefile

    whyitfor committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b7e447d View commit details
    Browse the repository at this point in the history
  2. Support application/vnd.android.package-archive mime type for APKs (r…

    …edballoonsecurity#470)
    
    * Support `application/vnd.android.package-archive` mime type for APKs
    
    * Add a CHANGELOG entry
    ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4d7f42f View commit details
    Browse the repository at this point in the history
  3. Fix an issue with parallel tests potentially clashing (redballoonsecu…

    …rity#468)
    
    * Fix an issue with parallel tests potentially clashing
    
    * Run pre-commit
    ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c384126 View commit details
    Browse the repository at this point in the history
  4. Use GzipFile python unpacker for speed, fall back on pigz if needed (r…

    …edballoonsecurity#472)
    
    * Use GzipFile python unpacker for speed, fall back on pigz if needed
    
    * Add a changelog entry
    ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c0f5017 View commit details
    Browse the repository at this point in the history
  5. Fix Ghidra serializing negative 64-bit addresses (redballoonsecurity#474

    )
    
    * Fix Ghidra serializing negative 64-bit addresses
    
    * Lint
    
    * Fix lint
    
    * Fixed pre-commit hook
    
    * Add bb data range for capstone test
    
    * Update changelog
    
    * Update changelog
    
    * Add description of new test cases
    rbs-afflitto authored and ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    724936f View commit details
    Browse the repository at this point in the history
  6. Do not run Ghidra auto-analysis on import (redballoonsecurity#473)

    * Prevent Ghidra autoanalysis on import
    
    * Update CHANGELOG.md
    
    * Add link to PR in changelog
    
    ---------
    
    Co-authored-by: Wyatt <53830972+whyitfor@users.noreply.github.com>
    2 people authored and ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9f76ed3 View commit details
    Browse the repository at this point in the history
  7. resourceData doesn't exist if the file is chunked (redballoonsecurity…

    …#478)
    
    Co-authored-by: Dan Pesce <dan@redballoonsecurity.com>
    2 people authored and ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    aa0d34b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12e5c76 View commit details
    Browse the repository at this point in the history
  9. Make the log file name configurable and include timestamp by default (r…

    …edballoonsecurity#480)
    
    * Make the log file name configurable and include timestamp by default
    
    * Add a changelog entry
    
    * Fix a help string typo
    
    Co-authored-by: Jacob Strieb <99368685+rbs-jacob@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jacob Strieb <99368685+rbs-jacob@users.noreply.github.com>
    ANogin and rbs-jacob committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b97ef46 View commit details
    Browse the repository at this point in the history
  10. Use temporary output directory for `test_function_replacement_modifie…

    …r` (redballoonsecurity#484)
    
    * Use temporary output directory for function replacement test
    
    * Use pathlib joining for file path
    alchzh authored and ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    38ad4ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa276de View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b5d99c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2848ebd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7352b68 View commit details
    Browse the repository at this point in the history
  15. Add SHELL instruction to build_image.py (redballoonsecurity#489)

    Add SHELL instruction to build_image.py to avoid JSONArgsRecommended warning
    Ivanov1ch authored and ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2d89436 View commit details
    Browse the repository at this point in the history
  16. Maybe this is a better way?

    ANogin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    73a8691 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    99dae7d View commit details
    Browse the repository at this point in the history