Test::Unit::TestCase
# File lib/rex/exploitation/seh.rb.ut.rb, line 11 def test_static_record r = Klass.new record = r.generate_static_seh_record(0x41414141) assert_equal("\xeb\x06", record[0, 2]) assert_equal("\x41\x41\x41\x41", record[4, 4]) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.