DotNETBinaryFormatter Format Package
Skip to contentWe are happy to announce support for the .NET BinaryFormatter serialization 2026-5-5 10:14:42 Author: blog.cerbero.io(查看原文) 阅读量:18 收藏

Skip to content

We are happy to announce support for the .NET BinaryFormatter serialization format. The new DotNET BinaryFormatter Format package replaces the old decoder with a full parser, providing reliable parsing and embedded object detection for malware analysis and forensic investigations.

BinaryFormatter (System.Runtime.Serialization.Formatters.Binary.BinaryFormatter) is a .NET binary serialization mechanism that has been widely used since the early days of .NET. It is also notoriously insecure: deserialization of untrusted data can lead to arbitrary code execution, which has made it a favored vector for .NET exploitation payloads. Malware authors frequently embed executables, shellcode, and configuration data inside BinaryFormatter byte arrays. Having native support in Cerbero Suite means analysts can safely inspect these payloads, navigate the serialized object graph, and extract embedded objects without risking code execution.


文章来源: https://blog.cerbero.io/dotnetbinaryformatter-format-package/
如有侵权请联系:admin#unsafe.sh