version 0.0.18
Ruby - pwn tools
$ gem install rubypwn $ irb 2.2.2 :001 > require 'rubypwn' => true 2.2.2 :002 > e = Exec.new "ls -la" => #<Exec:0x007fdf32e6f320> 2.2.2 :003 > e.gets total 16 => "total 16\n" 2.2.2 :004 > Asm.compile("mov eax, 1") => "b801000000" 2.2.2 :005 >
https://rubypwn.readthedocs.org/en/latest/
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
rubypwn
Ruby - pwn tools
How to install
Documentation
https://rubypwn.readthedocs.org/en/latest/