I have published #Diaphora 3.4.0. Now you can install it in IDA by just running this:
$ hcli plugin install diaphora
I didn’t know binaries could embed LLDB-specific bytecode for formatting custom data types nicely in the debugger, as shown in this swift-collections PR: https://github.com/apple/swift-collections/pull/607. The code also uses fancy new Swift features to place the bytecode in a specific linker section:
@section(".lldbformatters")
@used
let __BasicContainers___RigidArray______formatter: (UInt8, UInt8, …, UInt8) = …
Frida 17.4 introduces Simmy, a new backend for Apple’s Simulators on macOS.
Spawn, attach, and instrument apps — just like on a real device. #ios #reverseengineering
High level diff of iOS 26.0 vs. iOS 26.0.1 🎉
https://github.com/blacktop/ipsw-diffs/blob/main/26_0_23A345__vs_26_0_1_23A355/README.md
New blog post: Emulating aarch64 in software using JIT compilation and Rust