Nick Mooney
Nick Mooney
> Btw `furi_assert(false)` == `furi_crash()` Yeap -- I had completely forgot that I left this in while debugging another issue. I thought my symbol resolver was broken but in fact...
Okay. Things are working. I'd like some feedback on the following: * Currently, I'm passing the ElfApiResolver via the LoadContext -- however, the resolver should exist for the lifetime of...
Hey @gornekich, just pinging you on this. It's fully functional except for the compiler warning that I need some input to resolve. Do I need to change the status on...
Thanks so much for the review. All the changes you've made seem reasonable and good to me! I'm happy with this PR in its current state.