pwnlib.replacements — 替换变量及函数¶
Improved replacements for standard functions
-
pwnlib.replacements.sleep(n)[源代码]¶ Replacement for
time.sleep(), which does not return if a signal is received.参数: n (int) – Number of seconds to sleep.