v1.1.0
Features
- Implemented
Tubes#puts
,Tubes#gets
(#63) - Implemented
shellcraft.cat
,shellcraft.open
andshellcraft.exit
(#67, #89) - Implemented
LoggerType#dump
(#85) - Implemented
Asm.make_elf
(#88) - Implemented
Tubes::Process
(#111) - Implemented
Tubes::Serialtube
(#90, thanks @JonathanBeverley ) - Introduced custom exceptions (#87)
Fixes
- Fixed false positive of nested countdown in
Pwnlib::Timer
(#115)