[BuckeyeCTF 2024 / pwn] D.I.S.A.
disa is the panicle of high performance and innovative design. 13bit is the future, everything else is pure cope. Embrace the performance and safety of disaattachmentAnalysisvoid interpreter() { char buf[MAX_LEN]; int16_t cells[MAX_VAL_UNSIGNED + 1]; int16_t addr, dat = 0; int16_t tmp; while (1) { fgets(buf, MAX_LEN, stdin); if (strncmp(buf, "NOP", 3) == 0) { ..