Zerocopter / J2J

Small utility to convert certain Java serialized objects into JSON
BSD 2-Clause "Simplified" License
9 stars 2 forks source link

What is the file `JAVA_SERIALIZED_OBJECT.yar` for? #2

Open dreirund opened 1 year ago

dreirund commented 1 year ago

In your source repository, you ship the file JAVA_SERIALIZED_OBJECT.yar.

What is it for? Is it needed to run the software?

Regards!

Staatsgeheim commented 1 year ago

Hi dreirund!

This is a Yara signature (https://github.com/VirusTotal/yara) to locate serialized objects/files. I will add documentation as well as a scan option to use it from J2J later.

Kind regards, Maarten Boone