pwnlib.ui — Functions for user interaction¶
-
pwnlib.ui.more(text)[source]¶ Shows text like the command line tool
more.It not in term_mode, just prints the data to the screen.
Parameters: text (str) – The text to show. Returns: None