オープンソースのMac用バイナリエディタ「Hex Fiend」のBeta版がUniversal Binary化され、Apple Silicon製Macをサポートしています。詳細は以下から。
Hex Fiendは元AppleでAppKitの開発に携わっていたPeter Ammonさんが開発したオープンソースのバイナリエディタで、現在はBoxのKevin Wojniakさんがメンテナンスを行っていますが、このHex FiendがApple Silicon製Macでネイティブ動作するarm64と現在のIntel Macでネイティブ動作するx86_64バイナリを含んだUniversal Binary(Universal 2)化されたそうです。
Hex Fiend is built as a universal binary for native ARM support on Apple Silicon Macs (experimental)
リリースノートより抜粋
Universal Binary化されたのはHex Fiend v2.14 Beta 1で、現在のところ実験的にサポートしており、Apple Silicon製Macでは80-bit floatsインスペクターはIntel命令セットに依存しているため利用できなくなっているそうで、また、同バージョンではデフォルトの行ごとの色がダークモードと同じシステムカラーに変更されています。
Hex Fiendは2009年にリリースされたv2.0までMac OS X v10.4 TigerとPowerPCをサポートしているため、PPC, Intel, ARMアーキテクチャでネイティブ動作するバイナリエディタとなっているので、Apple Siliconを搭載したDeveloper Transition Kitをお持ちの方はチェックしてみてください。
リリースノート
- Hex Fiend is built as a universal binary for native ARM support on Apple Silicon Macs (experimental)
- 80-bit floats in the data inspector are currently disabled as they relay on Intel instruction
- The default alternating row color in light mode is now the system color, like dark mode
- To use the classic blue color, run in Terminal: defaults write com.ridiculousfish.HexFiend UseBlueAlternatingColor -bool true
- The binary templates view can be resized by holding down the Command key when resizing the window. The manual size field in Preferences has been removed
- Add an informative “Welcome” popover when Binary Templates are first shown
- Binary template column state is now saved and restored
- Allow the Binary data inspector to be editable
- Add an experimental read-only Binary view
- Improve 4 and 8-bit decimal formatting (thanks @wader)
- Add a “Show in Template” feature which selects the deepest template node for a given position (thanks @wader)
コメント