How to do shellcode loop in same position?

后端 未结 0 445
青春惊慌失措
青春惊慌失措 2021-01-25 03:48

In python code that is will be like

import sys, time
a = 15
while a > 0 :
    sys.stdout.write(\'{:2}\\r\'.format(a))
    sys.stdout.flush()
    time.sleep (1)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题