krackers

Results 87 comments of krackers

Actually assuming that the SIMBLAgent in the macforge repo is the same one that was used with mySIMBL (it appears to, based on the commit date) the version of SIMBLAgent...

The mt1 frame layout is already fairly well reverse engineered, thanks to linux drivers. See https://github.com/imbushuo/mac-precision-touchpad/issues/358#issuecomment-1037691730. So not much reversing work should be needed, I think it's just a matter...

Yes, it will work fine on M1 (although sometimes you have to try several times before it finds the device, not sure why. Seems like a monterey bug). Due to...

Also should be noted that by `mutex locking` in the apple docs they seem to specifically mean using `CGLLockContext`. Using just regular thread mutex is not 100% effective.

Even with M1 pro I had to modify the filter list to remove `~~/shaders/Anime4K_Upscale_CNN_x2_M.glsl` (so we have only sharpening, no upscaling) in order to get things to run without mistimed...

@pukkandan With regard to "Standardization of filtering operators," is there a plan to add support for logical OR of conditions in format filtering? Logical OR for match-filter was added in...

I thought `/` specifies formats in priority of order though. So `bv[A]/bv[B]` takes the best video satisfying `A`, and if nothing matches then it falls back to best video satisfying...

I don't think there's a canonical mapping anywhere, people just used trial and error to work out what these are. Some were mentioned in old apple repair manuals I believe....

You might also be interested in this talk: https://www.youtube.com/watch?v=nSqpinjjgmg I don't know if anyone has ever besides him has publicly RE"d the smc firmware

Also https://github.com/theopolis/smc-fuzzer and https://fossies.org/linux/osquery/osquery/tables/system/darwin/smc_keys.cpp (latter enumerates the "hidden keys" as well). Edit: https://github.com/acidanthera/VirtualSMC/blob/master/Docs/SMCKeys.txt seems to be the work of RE'ing the SMC firmware