Ragweed
by tduehr, struct, tqbf and iZsh http://matasano.com/log
-
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.
-
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.
require 'debuggerosx' d = Debuggerosx.new(514) # pid of process to trace
-
NONE - no really, this is pure native ruby hooking system libraries. There are no other dependencies, none.
gem sources -a http://gems.github.com sudo gem install izsh-ragweed
Copyright 2009 Matasano Security, LLC All Rights Reserved