wao[?] op modify opcode (change conditional of jump. nop, etc)
Usage: wao [op]performs a modification on current opcode
NOTE: those operations are only implemented for x86 and arm atm
wao nopnop current opcodewao jzmake current opcode conditional (zero)wao jnzmake current opcode conditional (not zero)wao ret1make the current opcode return 1wao ret0make the current opcode return 0wao retnmake the current opcode return -1wao un-cjmpremove conditional operation to branchwao trapmake the current opcode a trapwao recj🚀 swap conditional branch. Old name swap-cjmp Invert conditional jump asciinema
wao