Add initial support for Java serialization

This commit is contained in:
jvazquez-r7
2014-12-01 19:07:45 -06:00
parent 394d132d33
commit 5f11c70d7f
9 changed files with 587 additions and 0 deletions
@@ -0,0 +1,10 @@
module Rex
module Java
module Serialization
module Model
class NullReference < Element
end
end
end
end
end