SerialDestructor
SerialDestructor
I looked into it. The StandardNotes app tries to retrieve the subscription data from `v2/subscriptions`. This is a valid response: ```json { "meta": { "auth": { "userUuid": "01170b7c-6b5c-480d-b3dd-2a619195fc56", "roles": [...
> However, it seems that I would need to know the UUID of every user and also I'm concerned about exposing the username since it's part of the answer in...
I was already experimenting with this, but since I don't know Go to well and needed to do some database changes (not familiar with BoltDB either), it was taking up...
Thank you for the awesome in-depth writeup. But this only answers the question: > Also, is it nessecary to flash the firmware before using AVaRICE? I can't find a way...
What exactly do you want to see?
Your instructions work, as I expected. I had one more go at it, and this time captured the traffic between GDB and the server. This is the traffic when PlatformIO...
What I also found is that debugging seems to work (it breaks correctly on the breakpoints), but there is no feedback in the IDE. For example, when I place a...
PIO doesn't have AVaRICE by itself - it supports using a custom debugger. I cloned the repository and used compiled it. I'm using CLion 2021.3.3. This is the sourcecode I...
Yes, I was having trouble with those (GDB errored with 'pio_reset_run: no such command'). I will try those lines. I programmed the fuses using AVRDUDE and I am sure DWEN...