Cutter 1.10.1 - "Arctic World Archive"
📥 Take me to the download links
Highlights
⭐ r2dec decompiler is now shipped by default on all platforms
⭐ radare2 is updated to its newest version - v4.2.1
⭐ Major performance improvements across Cutter
⭐ Remove prefixes from flags and functions to make them prettier
⭐ New dialog to set and edit breakpoints, including hardware and conditional breakpoints
⭐ Improved API for plugin authors
⭐ Faster and better telescoping for Stack and Registers
⭐ Various bug fixes and small improvements
The Arctic World Archive
On February 2, 2020, GitHub will capture a snapshot of every active public repository, to be preserved in the GitHub Arctic Code Vault. This data will be stored on 3,500-foot film reels, provided and encoded by Piql, a Norwegian company that specializes in very-long-term data storage. The film technology relies on silver halides on polyester. This medium has a lifespan of 500 years as measured by the ISO; simulated aging tests indicate Piql’s film will last twice as long.
Additions
- Bundle r2dec into macOS and Linux Builds (#2023, #2033)
- Show pretty names for flags and functions (#2014)
- Add realname and libname to Flags and Imports widgets (#2024)
- Add Breakpoint editor dialog (#1975)
- Add more breakpoint editing options (#1967)
- Imporve Register references widget (#2038)
- Add API for Plugins to extend context menu (#2029)
- Add a custom telescoping function and improve StackWidget's output (#1990)
- Make breakpoints available outside of debug (#2027)
- Add virtual-size to section widget (#2030)
- Add sha256 and crc32 to the hexdump widget (#2006)
- Patching: add a ';' delimiter and responsive dialog box, multiple instructions can be patched (#1984)
- Improve graph HighDPI scaling (#1963)
- Threads widget now shows the current location in code instead of the thread's path (#15771)
Fixes and Changes
- Update radare2 to 4.2.1 (#2040)
- Simplify and move Plugin context menu GUI code out of core. (#2039)
- Make user plugin path in settings a link (#2034)
- Improve default line-width values on graph (#2026)
- If available, set r2ghidra the default decompiler (#2007)
- Improve flag and string widget performance (#2021)
- Set zoom factor when opening appearance settings. (#2003)
- Refresh monospace font after it gets reset by style or font change. (#2002)
- set Style tab to default view (#1986)
- Fix debug not working with paths that have a space in them (#1978)
- Refactor breakpoint validation (#15754)
- Fix multithreaded breakpoint behavior in linux (#15782)
- Unset breakpoints if continue was interrupted (#15772)
- Fix crash caused by rebasing a file without sections (#15792)
- Fix windows process info not showing the correct path for child processes (#15741)
- Fix function variable information rebasing (#15726)