Tommy Muir
Tommy Muir
What are the steps to reproduce this issue? ------------------------------------------- 1. Install a toolchain that uses `arm64-apple-darwin14-` for binary prefixes 2. Attempt to compile a tweak 3. Observe the error `/usr/bin/ld:...
What are the steps to reproduce this issue? ------------------------------------------- 1. Create a new tweak (or any theos project that uses dm.pl) anywhere in /mnt/c (or any windows mount) 2. Try...
After booting with KTRW, checkra1n's kernel patches don't appear to have been applied meaning that you can't SSH into a device and you can't launch unsigned applications. Is this expected...
Once connected with lldb, commands like `pr i` and `c` work as expected, freezing and un-freezing the device respectively. However when trying to use commands like `x`, `di`, or `b`,...
Currently the error `[ERR] Metavtab of lies outside all segments.` when using `iometa -M` is fatal and iometa terminates when it is encountered. It would be better if this error...
There is an issue with the logic in `fillInBlocksToUnrestrictedRow:` when using collections views with multiple sections. The for loop for rows starts `row` at `self.lastIndexPathPlaced.row + 1`, this is incorrect...
Here is an image showing an example of decompiler output from a kext extracted using `ipsw kernel extract`:  It would be great if these symbols could be imported into...
Changes: - Emulator support for ANDS and BTI instructions - Add timeout to emulation (ApplePPM::ApplePPM() contains a while loop that can loop forever with best-effort emulation) - Consider that the...
Is support for IDA 7.0 planned? @bazad
From https://abseil.io/about/design/btree: > When values are inserted or removed from a B-tree, nodes can be split or merged and values can be moved within and between nodes (for the purpose...