btsimonh

Results 130 comments of btsimonh

@khalednassar - we have been asking people to keep dumps :). Looking forward to a connectionless flash!

@khalednassar - what exactly do you need from the device? - it may be in the bootlog, which is a lot easier to get than the flash read....

RBL is the format Beken use for firmware - specifically an OTA firmware file is .rbl extension. But it also is used as a marker for blocks which mark internal...

@jagheterfredrik - No, I suspect they need a function address. Depends how deep the exploit goes, but typically a buffer overflow exploit, for example, would involve placing code in the...

for door sensors, I use the MI BLE version, 2032 lasts about a year. I use TAS on ESP32 to listen to the BLE adverts....

I like this - creative thinking. I'm in the process of updating a mosca production system to aedes. The very fact that we can adapt so easily to different scenarios...

I've just ported my jwt authentication from mosca to aedes. I did basically as described above - stored my decoded token in the client structure as 'token', and then use...

I don't see a need to modify the operational code for this - so I'll have a look at adding to the docs to suggest this key will never be...

If authentication is in place, then we are already authenticated here, and current user is set. (I've used both Oauth1 and a home-brew JWT in this project). If current user...

I'm using c++11 capable compiler, but quite conservative with what I use.. so not really genned up on what c++11 adds :). What may this involve? I'm actually considering how...