Saagar Jha
Saagar Jha
This isn't really an issue in the sense of "I actually care about this being fixed" but just thought I'd let you know that this no longer seems to work...
These are used by Apple in the iOS 16 aligned releases, and can be enabled by hand using -objc_stubs_small when passed to the linker. [This video](https://developer.apple.com/videos/play/wwdc2022/110363/) has the details but...
OpenRadar currently seems to have an issue where people are putting bogus numbers in their radar number field, possibly to ensure that their radars appear "first" in the list (you...
Since we don't require any patches anymore, use the upstream library.
This better matches how it is actually designed. Also this is probably going to fail the linux build until you apply this ```diff diff --git a/arch/ish/ishemu/exec_user.c b/arch/ish/ishemu/exec_user.c index f7bdd114c6b04..0e2b202cfec4e 100644...
### Contributor checklist - [X] My commits are rebased on the latest main branch - [X] My commits are in nice logical chunks - [X] My contribution is fully baked...
Crash Report ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Azayaka [14152] Path: /Applications/Azayaka.app/Contents/MacOS/Azayaka Identifier: dev.mnpn.Azayaka Version: 1.3 (50) Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID:...
**Version and Platform (required):** - Binary Ninja Version: 3.6.4548-dev Personal (72b6028d) - OS: macOS - OS Version: 14.0 (23A339) - CPU Architecture: Apple silicon **Bug Description:** If I reorder the...
The histogram function takes a parameter for the number of bins it should collect results in, then returns a tensor of that size. Unfortunately it has no checks on what...
This would make code a lot easier to write, because when I have code like this: ```python # data_pointer is my data, with size count # BLOCK_SIZE is some power-of-two...