Tested with Yubikey 5 NFC and Yubikey 5c NFC, but any security key with FIDO2 should work too.
- Boot into the Arch Linux live ISO.
- Change the root password:
passwd
install php versions you want from homebrew
brew install [email protected] [email protected] [email protected]
package io.rra3b.kotlin | |
inline fun <T, reified ProcessorOfT : AbstractDslStyleProcessor<T>> ProcessorOfT.process( | |
t: T, | |
processorOptions: ProcessorOfT.() -> Unit | |
) { | |
this.apply(processorOptions).process(t) | |
} | |
abstract class AbstractDslStyleProcessor<T> { |
$ adb shell pm path your.package.name
package:/data/app/your.package.name-eK2iBNM4ISlydzYQw9_2aQ==/base.apk