Skip Navigation
Cosmic Rays?
  • Iirc the issue was that while(true) would be removed while it should be replaced with ret and this caused a bug where the binary would execute next function

    But I believe this way of cosmic ray detection would work

    volatile bool condition = true;
    while(condition) {
    }
    printf("Cosmic ray detected");
    
  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LU
    LuciferMorningWood @lemm.ee
    Posts 0
    Comments 11