3.3.0
- b198ec8 Added
tube.stream()
function, which is liketube.interact()
without a prompt or keyboard input.- Effectively, this is similar to
cat file
and just prints data as fast as it is received.
- Effectively, this is similar to
- aec3fa6 Disable update checks against GitHub
- These checks frequently broke due to GitHub query limits
- #757 Fixed
adb.wait_for_device()
re-use of the same connection - f9133b1 Add a
STDERR
magic argument to make logging go tostderr
instead ofstdout
- Usage is e.g.
python foo.py STDERR
orPWNLIB_STDERR=1 python foo.py
- Also adds
context.log_console
to log to any file or terminal
- Usage is e.g.
- 67e11a9 Add faster error checking to
cyclic()
when provided very large values - 5fda658 Expose BitPolynom in
globals()
- #765 Added
-d
option for hex-escaped output forshellcraft
command-line tool - #772 Fixed bash completion regressions
- 30c34b7 Fix
ROP.call()
withFunction
objects fromELF.functions
- fa402ce Add
adb.uptime
andadb.boot_time
- 82312ba Add
cyclic_metasploit
andcyclic_metasploit_find