Alex James
Alex James
Thanks for your interest in this project. I've seen the warning against the use of JNI, which is certainly reasonable. Unfortunately I ran into some issues while rewriting the EFI...
Thanks for reporting this. Do you have an example binary which reproduces this issue?
This would be useful, though I didn't have any plans to implement such a feature (I am currently rewriting the helper script to work as an analyzer plugin instead). I...
Nothing concrete at the moment, but I would like to do this at some point. I think it would be easiest to start with the TE loader (since TE binaries...
Thanks for the heads up! I've replaced the sole use of ArrayUtilities. I'll do the same for ContinuesIntercepter soon.
Working on: - Intel Core i5-3570K (Ivy Bridge) - Gigabyte GA-Z77X-UD5H - coreboot with TianoCore UEFI payload - ffe60d8 The MEI Controller device still appears in `lspci`. I am unsure...
Was this working before at all? You may want to try rebuilding dyld's shared cache.
55da1f51a0f7b5948aaf9d794917d34449d3947d seems to be the first commit with this behavior (at least on 10.14).
One minor fix is needed (otherwise it appears to work OK): ```diff diff --git a/sushi/__init__.py b/sushi/__init__.py index 524aaff..7847ea8 100644 --- a/sushi/__init__.py +++ b/sushi/__init__.py @@ -405,7 +405,7 @@ def calculate_shifts(src_stream, dst_stream,...
I'm doing OK. Based off RehabMan's description, I think DynamicEWMode should be disabling EW mode when it detects two fingers (or less). Conditionally re-enabling EW mode for 3/4 finger gestures...