NickstaDB/SerializationDumper
A tool to dump Java serialization streams in a more human readable form. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3308
- days_rel: n/a
- days_push: 803
- n_releases_24m: 0
Adoption not part of the score
1078 stars · 124 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java-based command-line tool that dumps Java serialization streams and RMI packet contents into a human-readable form without deserializing (instantiating) objects. It can also rebuild modified text dumps back into binary serialization streams.
Use cases
- analyze a raw Java serialization stream without executing it
- debug Java deserialization vulnerabilities during security research
- decode RMI packet contents in readable form
- modify hex or string values in a serialized stream and rebuild it
- inspect serialized Java objects without needing the original classes on the classpath
When to choose
- you need to inspect or edit Java serialization streams safely without instantiating objects
- you are researching or exploiting Java deserialization vulnerabilities
- you want to decode raw or hex-encoded serialized data from the command line
When to avoid
- you need to actually deserialize objects into live Java instances
- you need a GUI-based analysis tool
- you are working with non-Java serialization formats
Facets
cli-tool · maturity maintenance
security parser serialization reverse-engineering cli security developer-tools parsers jvm cli cross-platform java-deserialization rmi security-research vulnerability-analysis hex-dump command-line
1 source
- readme: https://github.com/NickstaDB/SerializationDumper · fetched 2026-08-28 · 12fe92e7d1f3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NickstaDB/SerializationDumper | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="NickstaDB/SerializationDumper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem