In anyone aware of a tool/script/program/whatever to create a java object instance from a binary java serialized object?
I don\'t have the .class file, so I can\'t (
Create a class with the correct name and serialVersionUID. Implement readObject. Use ObjectInputStream.readFields to get the ObjectInputStrem.GetFields.
serialVersionUID
readObject
ObjectInputStream.readFields
ObjectInputStrem.GetFields