Jiska Classen
Jiska Classen
**Describe the bug** When trying to view or edit SQLite databases within the Android system, I was getting error messages. A temporary fix is described below. **To Reproduce** Steps to...
Hi, I was trying to boot pongoOS on an iPhone 7 after updating to iOS 15.0. I'm aware that the iOS 15 branch is probably still under development and I...
Hi, thanks for publishing the tooling for the ESP32 :) I finally had some time to take a look into the source code and realized that only the source for...
Make a separate class to handle all device features. e.g. default behaviors for unknown trackers / Flex vs. One summary lengths / show heart rate in live mode or not...
Backticks were missing, so `` was interpreted as invalid HTML tag, leading to docs not building.
- [X] I have searched open and closed issues for duplicates - [X] I am submitting a bug report for existing functionality that does not work as intended - [X]...
Some of the symbol lookups are using the DebugSymbol Frida API. In most cases, this works well :) From `script.js`: ```js const __CFBinaryPlistCreate15 = DebugSymbol.fromName('__CFBinaryPlistCreate15').address; const _xpc_connection_call_event_handler = DebugSymbol.fromName("_xpc_connection_call_event_handler").address; ```...
Frida has a feature called spawn gating, where it attaches to launchd and awaits a process by its identifier (`com.apple.foobar` or similar). This is particularly useful when the target is...
Hi, I just got a SM-A175F (A17 LTE) with region XSG and somehow the downloader is not working for me. When using a different model with the same IMEIs I...