Felix Dumit

Results 9 issues of Felix Dumit

I want to implement a progress observer for operations, something that can be used like this ``` swift op.addObserver(ProgressObserver { op, progress in print("updated progress to \(progress)") }) ``` This...

enhancement

Hi there, I've been using Frida a lot for interacting with iOS apps and it works really well for my purposes! However, now I'm experimenting with running some iOS apps...

Any plans to support an interactive dismiss animation, similar to how the Apple Music apps currently works? Thanks for this library!

If integrating through cocoapods using frameworks, it will not load the icon images properly, since `[UIImage imageNamed:@""]` looks at the main bundle. With this changes it will look at the...

This change allows for `pre_run_cell` events to modify the content of the cell before it is executed. One use case for this is a lightweight implementation of magic comments, the...

Changed how async permissions are handled, as I was getting the main thread stuck waiting for an update sometimes. Now the `getResultsForConfig` will wait for updates in the background before...

Hi! First of all thanks for this tool, really useful, I actually started something pretty similar in the past in https://github.com/felix-dumit/zsa-firmware, and intended to do github actions but hadn't got...

This PR contains a couple small improvements to function dumps into structure.sql: 1. Preserve newlines, in case there are multi-line strings inside the function body 2. Sort functions by name...