目录
目录README.md

rubypwn

Ruby - pwn tools

How to install

$ 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 >

Documentation

https://rubypwn.readthedocs.org/en/latest/

关于
83.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号