Lior Halphon

Results 10 issues of Lior Halphon

Indie game Aevilia uses clever HDMA tricks to detect emulators. It relies both on open-bus quirks, which are easy to emulate, but also on tight HDMA timings that require proper...

Hi, I'd like to introduce a new mitigation to the XNU kernel. Pros: * Prevents all userspace to kernel PEs * Mitigates all in-userspace vulnerabilities * Eliminates 99% of the...

I'm working on decompiling `rock.c` and I've noticed that the C code for `do_boulder_dust` used `REG_BG1CNT` as a bit-struct instead of an integer. Specifically, this C statement `REG_BG1CNT.priority = 1;`...

SUKO/AOI_MUX_4, found in STAT (21_VIDEO_CONTROL.png) is not a mux. It's possible, by design, to set more than one of its enabled signals to 1 (B0 together with any of B1-B3),...

Removed the optional length check when parsing character literals (e.g. `'IHDR'`), making `cppp` able to process header files that make use of this commonly-used extension.

Running the test on some of my devices, I'm getting: 1. DMG-B, blob – I'm getting the MGB expected result (Test source expects a different sprite on a DMG) 2....

Since SDL3 seems to be getting a lot of great new OS integration APIs such as `SDL_ShowOpenFileDialog`, I'd like to request a native menu bar API. Menu bars are useful...

A frequent pain point I have with SDL game controllers is not being able to easily tell how "well" SDL supports each of the many controllers my users use, and...

## Description Do not load embedded fonts if the user wants to override them with the user-selected font ## Motivation and context Sometime between Kodi 19 and 21 a bug...

Type: Fix
Component: Subtitles
v22 Piers