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.