Lukas Boschanski
Lukas Boschanski
Add var/let for vars to comply with newer frida versions that require strict mode.
References #23, however crashes ```bash ⚡ Using device iPad (8802dab560c608734ce59b2305ae5f857e89109e) ⚡ Enable spawn gating panic: reflect.Value.Convert: value of type string cannot be converted to type *frida.Spawn goroutine 17 [running, locked...
While trying to add Spawn Gating to gxpc in , I came across missing functionality in the current frida-go version: ``` lock := sync.Mutex{} lock.Lock() dev.On("spawn-added", func(spawn *frida.Spawn) { logger.Infof("%d",...