79211790

Date: 2024-11-21 15:15:30
Score: 1.5
Natty:
Report link

I just find a way which don 't apply the memset optimization

        for i in 2..buffer_size {
            ptr::write_volatile(buffer.offset(i as isize),0x42); // opti memset not apply
        }

Reduce bin size to 0x2a

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: amaelFr