Thanks to visit codestin.com
Credit goes to github.com

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: jonpalmisc/ibis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jonpalmisc/ibis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: panic_and_strings
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 14, 2026

  1. Plugins: Mark panic as noreturn, name functions using strings

    - Finds `panic` via the panic string, marks as `noreturn` for improved analysis
    - Other known functions are also named using unique string references
    - Formatting of reported exceptions has been improved
    - Binja: Fixed issue where exceptions were incorrectly silenced
    - Updated README roadmap
    
    Resolves: #2
    Resolves: #17
    jonpalmisc committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    f57610d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b61268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b43f9 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.4.0

    jonpalmisc committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    580b2c2 View commit details
    Browse the repository at this point in the history
Loading