| 2053 | |
| 2054 | void HIDDuckyService::setDefaultDelay(int delay_ms) { defaultDelay = delay_ms; } |
| 2055 | size_t HIDDuckyService::getScriptSize() { return duckyEngine.getCommandCount(); } |
| 2056 | |
| 2057 | //============================================================================= |
| 2058 | // Auth Bypass Engine |
nothing calls this directly
no test coverage detected