317 B
317 B
Resetting Alarms
Like shakuganz wrote in his blog an alarm can be reset to a higher value to go off later
push 0x3c ; set duration for arg1 of alarm()
pop ebx
push 0x1b ; alarm systemcall
pop eax
int 0x80