0.0
No commit activity in last 3 years
No release in over 3 years
Scriptable debugger written in Ruby for OSX, Wind32 and Linux
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.5.0
 Project Readme

Ragweed

by tduehr, struct, tqbf and iZsh
http://matasano.com/log

DESCRIPTION:¶ ↑

  • Ragweed is a set of scriptable debugging tools written mostly in native ruby.

  • Where required the Ruby/DL and Win32API libraries are used to interface the machine

and OS native system calls.

FEATURES/PROBLEMS:¶ ↑

  • This suite is currently fairly piecemeal. Each OS has it’s own set of tools.

The most complete set is for Win32.

  • Work is ongoing to complete and unify the OSX and Linux portions.

SYNOPSIS:¶ ↑

require 'debuggerosx'
d = Debuggerosx.new(514) # pid of process to trace

REQUIREMENTS:¶ ↑

  • NONE - no really, this is pure native ruby hooking system libraries. There are no other dependencies, none.

INSTALL:¶ ↑

gem sources -a http://gems.github.com
sudo gem install izsh-ragweed

LICENSE:¶ ↑

Copyright 2009 Matasano Security, LLC All Rights Reserved