How can I drive the debugging session with some scripting language like ruby? Is there any easier options than using Expect or some similar module with a scripting language?
Are you aware of any simple examples of this?
JtR
2009-03-10 14:04:43
No, but: Using JPDA in Java: http://illegalargumentexception.blogspot.com/2009/03/java-using-jpda-to-write-debugger.html Calling Java from Ruby: http://wiki.jruby.org/wiki/Calling_Java_from_JRuby
McDowell
2009-03-11 20:40:39