NickstaDB / SerializationDumper

A tool to dump Java serialization streams in a more human readable form.
MIT License
992 stars 125 forks source link

Data encoded as hex and passed on the command line must have a length that is a multiple of 2 #13

Closed nBp1Ng closed 4 years ago

nBp1Ng commented 4 years ago

Hello,

There is a questions when i enter a hex-ascii encoded byte string , "Error: Data encoded as hex and passed on the command line must have a length that is a multiple of 2." is displayed in cmd ,but i enter a hex-ascii encoded byte string he remainder of 2 is equal to 0.

NickstaDB commented 4 years ago

This was fixed in the source but I hadn't published a build. Here you go https://github.com/NickstaDB/SerializationDumper/releases/download/1.13/SerializationDumper-v1.13.jar