Tags: frida/luma
Tags
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.
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.
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.
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).
PreviousNext