<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cerbero Blog</title>
	<atom:link href="https://blog.cerbero.io/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.cerbero.io</link>
	<description></description>
	<lastBuildDate>Thu, 28 May 2026 10:39:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://blog.cerbero.io/wp-content/uploads/2023/09/cropped-pro_icon_512-32x32.png</url>
	<title>Cerbero Blog</title>
	<link>https://blog.cerbero.io</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">184292133</site>	<item>
		<title>FDT Format Package</title>
		<link>https://blog.cerbero.io/fdt-format-package/</link>
					<comments>https://blog.cerbero.io/fdt-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Thu, 28 May 2026 10:39:33 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3403</guid>

					<description><![CDATA[We are happy to announce support for the Flattened Device Tree (FDT / DTB) format. The new FDT Format package lets you parse and explore device tree blobs directly within the application, with an interactive tree navigator and per-node binary view. FDT is the binary format that bootloaders hand to the Linux kernel (and other &#8230; <a href="https://blog.cerbero.io/fdt-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "FDT Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/fdt-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3403</post-id>	</item>
		<item>
		<title>LittleFS Format Package</title>
		<link>https://blog.cerbero.io/littlefs-format-package/</link>
					<comments>https://blog.cerbero.io/littlefs-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Tue, 26 May 2026 08:32:53 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[IoT]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3395</guid>

					<description><![CDATA[We are happy to announce support for LittleFS file system images. The new LittleFS Format package lets you browse and extract files from LittleFS images directly within the application. LittleFS is a block-based file system designed for microcontrollers, with a focus on power-loss resilience and wear leveling. It is widely used in embedded devices built &#8230; <a href="https://blog.cerbero.io/littlefs-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "LittleFS Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/littlefs-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3395</post-id>	</item>
		<item>
		<title>CDEX Format Package</title>
		<link>https://blog.cerbero.io/cdex-format-package/</link>
					<comments>https://blog.cerbero.io/cdex-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Thu, 21 May 2026 10:34:46 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[DEX]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3410</guid>

					<description><![CDATA[We are happy to announce support for the Android ART CompactDex (CDEX) format. The new CDEX Format package parses CompactDex containers and rebuilds them as standard DEX files so existing tools (decompilers, disassemblers and analyzers) can operate on the bytecode that ART writes inside VDEX containers. CompactDex is the ART internal DEX variant introduced in &#8230; <a href="https://blog.cerbero.io/cdex-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "CDEX Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/cdex-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3410</post-id>	</item>
		<item>
		<title>VDEX Format Package</title>
		<link>https://blog.cerbero.io/vdex-format-package/</link>
					<comments>https://blog.cerbero.io/vdex-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Tue, 19 May 2026 09:14:26 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[DEX]]></category>
		<category><![CDATA[Mobile]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3401</guid>

					<description><![CDATA[We are happy to announce support for the Android ART VDEX format. The new VDEX Format package lets you inspect VDEX containers and extract their embedded DEX files directly within the application. VDEX is the Verified DEX container format produced by the Android ART dex2oat compiler. It ships alongside OAT files in /system/framework/ or /data/dalvik-cache/ &#8230; <a href="https://blog.cerbero.io/vdex-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "VDEX Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/vdex-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3401</post-id>	</item>
		<item>
		<title>SPIFFS Format Package</title>
		<link>https://blog.cerbero.io/spiffs-format-package/</link>
					<comments>https://blog.cerbero.io/spiffs-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Wed, 13 May 2026 10:06:27 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Firmware]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3379</guid>

					<description><![CDATA[We are happy to announce support for the SPIFFS (SPI Flash File System) format. The new SPIFFS Format package lets you browse and extract files from SPIFFS images directly within the application. SPIFFS is a flat file system designed for SPI NOR flash memory, widely used in ESP8266, ESP32, and other embedded microcontrollers. It provides &#8230; <a href="https://blog.cerbero.io/spiffs-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "SPIFFS Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/spiffs-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3379</post-id>	</item>
		<item>
		<title>WASM Format &#038; Decompiler Packages</title>
		<link>https://blog.cerbero.io/wasm-format-decompiler-packages/</link>
					<comments>https://blog.cerbero.io/wasm-format-decompiler-packages/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Mon, 11 May 2026 10:02:28 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[decompiler]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebAssembly]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3406</guid>

					<description><![CDATA[We are happy to announce two new packages, released together: the WASM Format package and the WASM Decompiler package. Together they bring native WebAssembly analysis to Cerbero Suite: parsing, disassembly, decompilation, data cross-references, and unified navigation between all of them. WebAssembly long ago outgrew its original role as a fast in-browser execution target. Today it &#8230; <a href="https://blog.cerbero.io/wasm-format-decompiler-packages/" class="more-link">Continue reading<span class="screen-reader-text"> "WASM Format &#038; Decompiler Packages"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/wasm-format-decompiler-packages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3406</post-id>	</item>
		<item>
		<title>F2FS Format Package</title>
		<link>https://blog.cerbero.io/f2fs-format-package/</link>
					<comments>https://blog.cerbero.io/f2fs-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Fri, 08 May 2026 08:58:58 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3377</guid>

					<description><![CDATA[We are happy to announce support for the F2FS (Flash-Friendly File System) format. The new F2FS Format package lets you browse and extract files from F2FS images directly within the application. F2FS is a log-structured file system designed by Samsung for NAND flash storage, merged into the Linux kernel in version 3.8. It is the &#8230; <a href="https://blog.cerbero.io/f2fs-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "F2FS Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/f2fs-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3377</post-id>	</item>
		<item>
		<title>DotNETBinaryFormatter Format Package</title>
		<link>https://blog.cerbero.io/dotnetbinaryformatter-format-package/</link>
					<comments>https://blog.cerbero.io/dotnetbinaryformatter-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Tue, 05 May 2026 10:14:42 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[.NET]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3389</guid>

					<description><![CDATA[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 &#8230; <a href="https://blog.cerbero.io/dotnetbinaryformatter-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "DotNETBinaryFormatter Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/dotnetbinaryformatter-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3389</post-id>	</item>
		<item>
		<title>EROFS Format Package</title>
		<link>https://blog.cerbero.io/erofs-format-package/</link>
					<comments>https://blog.cerbero.io/erofs-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 10:03:28 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3373</guid>

					<description><![CDATA[We are happy to announce support for the EROFS (Enhanced Read-Only File System) format. The new EROFS Format package lets you browse and extract files from EROFS images directly within the application. EROFS is a high-performance, read-only compressed file system for Linux, merged into the mainline kernel in version 4.19. It was originally developed by &#8230; <a href="https://blog.cerbero.io/erofs-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "EROFS Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/erofs-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3373</post-id>	</item>
		<item>
		<title>ROMFS Format Package</title>
		<link>https://blog.cerbero.io/romfs-format-package/</link>
					<comments>https://blog.cerbero.io/romfs-format-package/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 10:02:30 +0000</pubDate>
				<category><![CDATA[Package]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=3371</guid>

					<description><![CDATA[We are happy to announce support for the ROMFS (ROM File System) format in Cerbero Suite. The new ROMFS Format package lets you browse and extract files from ROMFS images directly within the application. ROMFS is a simple, space-efficient, read-only file system designed for Linux. It was introduced in Linux 2.1.21 as a minimal alternative &#8230; <a href="https://blog.cerbero.io/romfs-format-package/" class="more-link">Continue reading<span class="screen-reader-text"> "ROMFS Format Package"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/romfs-format-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3371</post-id>	</item>
	</channel>
</rss>
