mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-18 12:14:22 -05:00
Add SerializationDumper
This commit is contained in:
parent
8567bdd72e
commit
5f7b65dfb4
13
weapons/SerializationDumper.yaml
Normal file
13
weapons/SerializationDumper.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: SerializationDumper
|
||||||
|
description: A tool to dump Java serialization streams in a more human readable form.
|
||||||
|
url: https://github.com/NickstaDB/SerializationDumper
|
||||||
|
category: tool
|
||||||
|
type: Utils
|
||||||
|
platform:
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- windows
|
||||||
|
lang: Java
|
||||||
|
tags:
|
||||||
|
- deserialize
|
@ -9,4 +9,5 @@ platform:
|
|||||||
- macos
|
- macos
|
||||||
- windows
|
- windows
|
||||||
lang: C#
|
lang: C#
|
||||||
tags: []
|
tags:
|
||||||
|
- deserialize
|
@ -10,4 +10,5 @@ platform:
|
|||||||
- macos
|
- macos
|
||||||
- windows
|
- windows
|
||||||
lang: Java
|
lang: Java
|
||||||
tags: []
|
tags:
|
||||||
|
- deserialize
|
||||||
|
Loading…
Reference in New Issue
Block a user