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: SabreTools/BinaryObjectScanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.5
Choose a base ref
...
head repository: SabreTools/BinaryObjectScanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.6
Choose a head ref
  • 20 commits
  • 185 files changed
  • 2 contributors

Commits on Oct 16, 2025

  1. Minor Release Control update (#386)

    * Minor Release Control update
    
    Added russian Gothic 4, updated international gothic 4 now that a redump entry exists, noted 2 other versions known to exist.
    
    * Minor comment formatting
    HeroponRikiBestest authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    1a67dec View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

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

Commits on Oct 27, 2025

  1. Update rolling tag

    mnadareski committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    cc8dfb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Update packages

    mnadareski committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    5b0bf2e View commit details
    Browse the repository at this point in the history
  2. Clean up holdover logic

    mnadareski committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    466689d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Fix MPQ note

    mnadareski committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    9f5b292 View commit details
    Browse the repository at this point in the history
  2. Initial ISO Protection Detection (#389)

    * Initial
    
    * Laserlock in
    
    * This is a better way to read the string
    
    * That array copy wasn't needed either
    
    * Use static filetype method, rename filetype.iso
    
    * Initial Codelok ISO scanning
    
    * Comments with redump IDs
    
    * Add redump examples to laserlock
    
    * Change for testing
    
    * Small comment
    
    * TAGES
    
    * halfway through safedisc
    
    * Safedisc done
    
    * Fix 1
    
    * Major oversights in puredata fixed
    
    * Finish SecuROM
    
    * ProtectDiSC done
    
    * Alpharom done
    
    * Finish StarForce, initial PR review ready
    
    * Wait, that would be really bad
    
    * One more for the road.
    
    * Small finding
    
    * Small fix for finding
    
    * Notes on finding
    
    * Several minor fixes, decisions
    
    * what do you MEAN it returns true if there are no elements in the array
    
    * Future todo
    
    * Update packages
    
    * Rebase
    
    * Fix runisochecks
    
    * First round of fixes
    
    * Second round of fixes
    
    * Tests attempt 1
    
    * Make checks work
    
    * Individual test attempt 1
    
    * Final tests
    
    ---------
    
    Co-authored-by: Matt Nadareski <mnadareski@outlook.com>
    HeroponRikiBestest and mnadareski authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    a281e83 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    mnadareski committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    d2eebd0 View commit details
    Browse the repository at this point in the history
  4. Automatic cleanup

    mnadareski committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    dcdf0bc View commit details
    Browse the repository at this point in the history
  5. Mid

    mnadareski committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    3b287c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba56b9a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Add json output for protectionscan (#390)

    * actual first pr
    
    * Initial fixes
    
    * Second round of fixes
    
    * Final fix
    HeroponRikiBestest authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    7894761 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    mnadareski committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    dd1e496 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Add nested json output for protectionscan (#391)

    * Attempt nested for real this time
    
    * forgot to include handling the base path
    
    * Reverted unnecesssary changes
    
    * Remove unneeded net6.0 gating
    
    * Add comments
    
    * Finish comments
    
    * Might as well safeguard if no protections are returned.
    
    * Use object instead of dynamic
    
    * Remove weird empty string root node handling
    
    * remove uneeded ref
    
    * Modify comment accordingly
    
    * Merge regular and nested json writing
    
    * Simplify object value checking
    
    * change flag handling
    
    Co-authored-by: Matt Nadareski <mnadareski@outlook.com>
    
    * Initial fixes
    
    * Invert if-else to de-nest main logic
    
    * minor formatting fixes
    
    * Improved Json output
    
    * Remove unnecessary comments
    
    * That's just a string
    
    * Slight improvement
    
    * Simplify casting
    
    * attept further simplification
    
    * Further
    
    * Reduce nesting using inversion and continue
    
    * Further simplified logic
    
    * Replace my code with sabre's
    
    * De-nest using continue
    
    * newline
    
    * Remove all instances where it can end in a directory seperator
    
    ---------
    
    Co-authored-by: Matt Nadareski <mnadareski@outlook.com>
    HeroponRikiBestest and mnadareski authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    95a20fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9fa073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f067304 View commit details
    Browse the repository at this point in the history
  4. Fixes last minute issue with json parsing (#392)

    * fix
    
    * add comment back
    
    * slight simplification
    
    * Remove newline
    
    * Remove newline
    
    * Fix
    HeroponRikiBestest authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    ac8dfb8 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    mnadareski committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    3726abb View commit details
    Browse the repository at this point in the history
  6. Bump version

    mnadareski committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    dc968c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff8976a View commit details
    Browse the repository at this point in the history
Loading