Hello Santiago,
I'm trying to use the sleep function from the time module, but when I import in the function, I get an error
Exception ignored in: 'netfilterqueue.global_callback'
Traceback (most recent call last):
File "/home/andres/polymorph/venv/lib/python3.8/site-packages/polymorph/interceptor.py", line 69, in linux_modify
pkt = function(self.packet)
TypeError: 'module' object is not callable
how could I use sleep in a function?
thank you
Hello Santiago,
I'm trying to use the sleep function from the time module, but when I import in the function, I get an error
how could I use sleep in a function?
thank you