Releases: peter50216/pwntools-ruby
Releases · peter50216/pwntools-ruby
v1.2.1
v1.2.0
v1.1.0
Features
- Implemented
Tubes#puts,Tubes#gets(#63) - Implemented
shellcraft.cat,shellcraft.openandshellcraft.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)
v1.0.1
v1.0.0
Fully Supported Architectures
- i386
- amd64
Modules
- context
- asm
- disasm
- shellcraft
- elf
- dynelf
- logger
- tube
- sock
- util
- pack
- cyclic
- fiddling
Highlights
shellcraft.sh- execve '/bin/sh' shellcodeshllcraft.ls- listing files shellcodeasm/disasm- assembling / disassemblingSock- establishing connectionELF- checksec and symbols resolvingDynELF- leaking remote ELF information
First version!
- Module Utils:: for common utility functions.
- Module RegSort for shellcraft (would be in 0.2.0) to use.