Live data from Hacker News

Viewing profile — redfast00

redfast00

HN member
Joined
Sun, Jun 11, 2017, 8:42 AM UTC
HN karma
508
Public activity
45 items

About redfast00

[ my public key: https://keybase.io/redfast00; my proof: https://keybase.io/redfast00/sigs/KKbgQXmEYr6VWiJ0gs4foc1LdS70NPlFy-FcjEUfTsM ]

Recent public activity

  1. comment
    Comment #48391365

    From the datasheet, I see that there is a Bitscrambler peripheral that seems to be very similar in flexibility to the Raspberry Pi Pico's PIO: > Since bitwise operations can be rel…

  2. story
  3. comment
    Comment #42531847

    Author here; see also the entire series of posts on https://esp32-open-mac.be/

  4. comment
    Comment #40512027

    In my opinion, the author understates how good AES-GCM-SIV is: > The solution they designed is described in that linked paper: AES-GCM-SIV, which is able to tolerate some number of…

  5. story
  6. story
  7. comment
    Comment #38555092

    Please contact me via email (at the bottom of the blog post)

  8. comment
    Comment #38550462

    As part of the NLNet grant, I will build an affordable Faraday cage; I'll post the BOM, assembly process and a test report in a separate blog post.

  9. comment
    Comment #38550327

    Oops, my bad, copy-pasted it incorrectly; fixed now

  10. story
  11. comment
    Comment #34818288

    You first need to find ground. You can do this by visual inspection (a bit less risky), or by using your multimeter in continuity mode across external metal parts (for example the …

  12. comment
    Comment #34798970

    This is raw memory, so the concept of malloc/free does not really exist: the OS will just overwrite the data. I think (not entirely sure) that the kernel gets relocated to a more o…

  13. comment
    Comment #34789691

    Try to identify a serial port on the PCB, connect a serial adaptor to it (careful to get the pins and voltage right!) and take it from there (Edit: or google the PCB board markings…

  14. comment
    Comment #34789300

    Mainly by looking at what addresses the original bootloader loads them into. The addresses don't matter too much, as long as you load them into valid memory, since for most you pas…

  15. comment
    Comment #34789063

    (author here) We use the device instead of a Raspberry Pi, not for anything too serious: we attached it to a screen and have a small server running with an API where you can write …

  16. comment
    Comment #34789047

    (author here) this is indeed a Salea clone (one of the first results when searching for 'logic analyzer' on Aliexpress), with pulseview/sigrok as software. I try to use cheap tools…

  17. comment
    Comment #34788991

    author here, surprised to see this on HN. If you have any questions, don't hesitate to ask :)

  18. comment
    Comment #34749392

    There should be a double * there, but I think HN removed it

  19. comment
    Comment #34747781

    Thanks for the information! I think I know who you are, and I understand why you chose to comment with a throwaway handle ;)

  20. comment
    Comment #34746626

    This might not have been clear in the blogpost, thanks for asking. There are two storage locations on the PCB: the external flash chip, and the internal flash on the microcontrolle…

  21. comment
    Comment #34746598

    The person who brought the tags has a lot of them, more than the 3 they donated to Zeus. If we replace the firmware, we have to do this for every device, which would be a lot of ma…

  22. comment
    Comment #34746096

    I had also thought about this, but this is much harder to pull off, since 1. You need a lot of instructions in sequence to succeed, enough that the chance that all succeed is very …

  23. comment
    Comment #34744336

    Voltage injection is (IMO) the easiest attack. There's also optical fault injection, where you remove the black encapsulation from the chip and hit the bare die with a laser (that …

  24. comment
    Comment #34742584

    Thanks for the interest :) If you have an RSS feed reader, you can add our RSS feed, so you'll automatically get the next blog posts https://zeus.ugent.be/feed.xml

  25. comment
    Comment #34741648

    The idea is indeed to communicate with the tags with their stock firmware (not necessarily using another CC2510, since these aren't made anymore, but that's a possibility). AES is …