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

Skip to content

Tags: frida/luma

Tags

1.1.1

Toggle 1.1.1's commit message
Surface compiler diagnostics on failure

Conform CompileFailure to LocalizedError so the underlying
message and collected diagnostics reach the user instead of
the opaque "LumaCore.CompileFailure error 1" default.

1.1.0

Toggle 1.1.0's commit message
Optimize mission context reads

1.0.4

Toggle 1.0.4's commit message
Join labs from https invite links

Parse https invite links (luma.frida.re/l/<code>) alongside the
luma:// scheme and route them to the join queue. On iOS deliver
universal links via NSUserActivity and open a project from the
welcome screen so the queue is consumed. Add the
associated-domains entitlement on iOS and macOS.

1.0.3

Toggle 1.0.3's commit message
Give module symbol rows a full-row address menu

Right-clicking anywhere on an export/import/symbol row now opens
the address menu, and its copy item reads "Copy Address". On
macOS each cell carries the menu and hover-warms facts; GTK
already attached the menu to the row, so it just labels the copy
item.

1.0.2

Toggle 1.0.2's commit message
core: Silence r2 log echo to the console

cmdWithLogs adds a collector callback for hasErrors but never
muted radare2's own stderr printing, so read-only function
probes flooded the console. Set log.quiet on both disassembler
cores; the collector still fires, so error detection is
unchanged.

1.0.1

Toggle 1.0.1's commit message
core: Surface Claude subprocess retry status

Yield api_retry events as live notices so model overload is
visible instead of a silent spinner, and fall back to the
streamed error detail when claude exits with empty stderr.

1.0.0

Toggle 1.0.0's commit message
build: Bump frida-swift and frida-core

0.15.0

Toggle 0.15.0's commit message
gtk: Refresh app icons to coral L

Re-render the hicolor PNGs, snap icon, and Windows .ico from the
current icon-mac.svg so they match the SwiftUI app icon.

0.14.0

Toggle 0.14.0's commit message
build: Bump frida-core and frida-swift

frida-swift now tracks FridaCore 17.14.0.

0.13.0

Toggle 0.13.0's commit message
ci: Extract Adwaita with 7-Zip, not bsdtar

System32\tar.exe wedges for hours extracting the Adwaita tarball on the
hosted runner, even with the lone symlink excluded and a 120s cap (it
just hit the cap). The contents are unremarkable (1848 plain files, no
hardlinks), so it's a bsdtar/runner quirk. Switch to 7-Zip, a separate
implementation that extracts symlinks as plain files and doesn't
stall, in two passes (xz then tar).