krackers
krackers
Would you be willing to share the source code as well so we can customize it further?
Anyone figured out how to get changes made to the hostap config to persist? It seems that while you can set it, then restart the hostap daemon and it works...
Unfortunately I wasn't really able to get it to work. But here's some notes in case someone else wants to pick up where I left off. First thank you to...
As it was in the old layout.
Fyi I don't think you can rely on the inherited target property, since it can't be set like other properties. See https://stackoverflow.com/questions/3889043/nscontrol-subclass-cant-read-the-target
I'm using moltenvk 1.2.6, and when I try a `vkQueueSubmit` I seem to be getting a Metal assertion failure: ``` -[IOGPUMetalCommandBuffer encodeWaitForEvent:value:timeout:]:488: failed assertion `encodeWaitForEvent:value: with uncommitted encoder'` ``` Note...
One benefit of the naive`method_exchangeImp` approach is that we can use standard `objc_msgSend` when calling the original method, which means we benefit from the method cache. However, with ZKSwizzle the...
Per https://github.com/mihic/linux-intel-undervolt and other sources, the raw units of voltage are not millivolts but rather 1/1024 volts. In [the](https://github.com/sicreative/VoltageShift/blob/master/VoltageShiftAnVMSR/main.mm#L224-L228) there should probably be a multiply by "1.024" to account for...