Bruno Duarte

Results 77 comments of Bruno Duarte

> Please check out https://nibarius.github.io/learning-frida/2022/11/18/bypassing-pinning @brunoaduarte Awesome, thanks!

> I would recommend to use the coroutines lifecycleScope provided by the androidx libraries to make the coroutines approach even cleaner: > > https://developer.android.com/topic/libraries/architecture/coroutines#lifecyclescope > > Other than that it's...

Fix the POM.XML from ``` org.codehaus.mojo exec-maven-plugin 1.6.0 MainKt ``` to ``` org.codehaus.mojo exec-maven-plugin 1.6.0 it.auties.analyzer.MainKt ``` Then run `mvn -e -f pom.xml compile exec:java`

> Hi. > > Does this code tested on https://robotdyn.com/uno-wifi-r3-atmega328p-esp8266-32mb-flash-usb-ttl-ch340g-micro-usb.html board? Hi @podarok , have you succeed using the firmware with the robotdyn board?

> Nope It works, I can finally update my ATmega328P and ESP8266 firmwares thru wifi using EspUnoWiFi

> Did you figure this out? I am also getting an incorrect upload line Just use an older IDE of Arduino, like 1.8.X. Seems there's a bug with the parameters...

Magisk installation is OK, but cannot enable **Zygisk**. Is there anything else that must be done ? @ayasa520 What host are you using docker on? I'm on `Ubuntu 20.04.6 LTS...

> Have you enabled the zygisk option? I don't see any logs related to zygisk No I had not 🤦‍♂️. I assumed it was automatic like Ramdisk. It worked. Thanks!...

> menu>tools>apk forensics Didn't work here. It takes ~45 seconds to open, and when it do it starts freezing, then it automatically closes and crashes the app.

For **MacOS M1** ``` brew install libplist libimobiledevice libusbmuxd export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/Cellar/libplist/2.6.0/lib:/opt/homebrew/Cellar/libimobiledevice/1.3.0_3/lib:/opt/homebrew/Cellar/libusbmuxd/2.1.0/lib ``` `libimobiledevice` and `libusbmuxd` are also needed