pwnlib.ui — Functions for user interaction¶
-
pwnlib.ui.more(text)[源代码]¶ Shows text like the command line tool
more.It not in term_mode, just prints the data to the screen.
参数: text (str) – The text to show. 返回: None