Cerbero SDK Documentation¶
This is the official documentation for Cerbero Suite and Cerbero Engine.
Note
We’re currently in the process of creating the documentation for our SDK one module at a time. For the benefit of our users we decided to release the documentation for each module as soon as completed. Over the course of the following months more modules will be added to the documentation.
Guides¶
Introduction to Cerbero SDK (TODO)
Understanding structures (TODO)
Core Modules¶
Pro.Core
— Core API for parsing and scanning filesPro.UI
— User-interface API for views, dialogs and workspacesPro.Crypto
— Crypto APIPro.Carbon
— API for disassembling and decompiling native binariesPro.MP
— Multi-Processing APIPro.SiliconSpreadsheet
— Spreadsheet macro emulation APIPro.Package
— API for handling packages
Built-in File Format Modules¶
The following list of built-in format modules does not represent all of the file formats supported by our products. Certain file formats are not exposed to Python, while others are implemented directly in Python or as external packages. The following list only represents built-in file formats implemented in C++, which do have a stable API and were therefore exposed to Python.
Pro.CAB
— API for parsing Microsoft Cabinet filesPro.Certificates
— API for parsing certificatesPro.CFBF
— API for parsing legacy Office documentsPro.Class
— API for parsing Java Class filesPro.DEX
— API for parsing Android DEX filesPro.DIB
— API for parsing DIB imagesPro.GIF
— API for parsing GIF imagesPro.GZ
— API for parsing GZip archivesPro.ITSF
— API for parsing Microsoft CHM filesPro.JPEG
— API for parsing JPEG imagesPro.WScript
— API for parsing Windows Script files
Pro.ELF
- API for parsing ELF executables (TODO)
Pro.MachO
- API for parsing Mach-O executables (TODO)
Pro.PDB
- API for parsing Microsoft debug files (TODO)
Pro.PDF
- API for parsing PDF documents (TODO)
Pro.PE
- API for parsing Portable Executables (TODO)
Pro.PNG
- API for parsing PNG images (TODO)
Pro.RTF
- API for parsing Rich-Text documents (TODO)
Pro.SQLite3
- API for parsing SQLite3 databases (TODO)
Pro.SWF
- API for parsing Adobe Flash files (TODO)
Pro.TIFF
- API for parsing TIFF images (TODO)
Pro.XML
- API for parsing XML documents (TODO)
Pro.Zip
- API for parsing Zip archives (TODO)
External Built-in Modules¶
Pro.magic
- magic library API (TODO)
Pro.SQLite
- API for handling SQLite3 databases (TODO)
Pro.yara
- YARA engine API (TODO)
Pro.zmq
- ZeroMQ API (TODO)