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/
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
rubypwn
Ruby - pwn tools
How to install
Documentation
https://rubypwn.readthedocs.org/en/latest/