Roadmap
-
1 min read
๐ DriverSentinel Roadmap
This roadmap shows the current status of all major sections in DriverSentinel.
Sections marked as โ
are finished and available in the current release.
๐๏ธ Completed Sections
- General PE Section โ Displays basic metadata about the driver, such as file path, size, timestamps, and version info.
- Certificate โ Shows information about the driverโs digital signature (signer, issuer, validity period).
- Imports โ Lists imported functions and DLLs, with details about specific functions.
- Strings โ Extracts ASCII and Unicode strings embedded in the driver.
- DOS Header โ Displays legacy MS-DOS header fields.
- Optional Header โ Shows entry point, image base, subsystem type, memory alignment.
- Assembly โ Enables low-level inspection of machine code.
- Rich Header โ Decodes hidden โRich Headerโ with compiler build info.
- Debug Info โ Parses debug-related directories (symbols, debug tables).
- Exception โ Analyzes exception handling structures in PE.
- Relocation โ Lists relocation entries for memory address fixing.
- Resources โ Displays embedded resources (icons, version info, metadata).
- File Header โ Displays PE file header information.
๐ฎ Planned / Future Features
- Hex editor for binary inspection
- Entropy Measurement
- Process tree visualization
๐ก How to Contribute
If youโd like to help with any of the items above, check the
Contributing Guide and follow the coding guidelines.