Deserialized object instance without class definition

前端 未结 3 1197
别跟我提以往
别跟我提以往 2021-01-12 08:11

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 (

3条回答
  •  清酒与你
    2021-01-12 08:42

    Create a class with the correct name and serialVersionUID. Implement readObject. Use ObjectInputStream.readFields to get the ObjectInputStrem.GetFields.

提交回复
热议问题