0
I Use This!
Activity Not Available
Analyzed about 1 month ago. based on code collected 2 months ago.

Project Summary

Print compiler information stored in Rich Header of PE executables.

Rich Header is a (usually small) section of binary data created by Microsoft linker. The data is located between old MZ header stub (also called DOS stub) and PE header. The data is encoded using a simple key, the only readable part of the whole section being the word "Rich".

The section is ubiquitous: you can find it in almost any type of PE (portable executable) file: .EXE, .DLL. .CPL (control panel applets), etc. Yet, if the file was created by a non-Microsoft linker, it will not have a Rich header.

The official name for this section is not known for sure, most likely it is something similar to "build prodid block".

The Rich Header contains information about Microsoft compilers used to produce this binary.

Tags

analysis binarydata c++ executable reverseengineering visualc

In a Nutshell, richprint...

GNU General Public License v3.0
Permitted
Forbidden
Required

These details are provided for information only. No information here is legal advice and should not be used as such.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    anyone with an Open Hub account can update a project's tags
  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    search using multiple tags to find exactly what you need

30 Day Summary

Jan 1 2025 — Jan 31 2025

12 Month Summary

Jan 31 2024 — Jan 31 2025
  • 37 Commits
    Up + 1 (2%) from previous 12 months
  • 2 Contributors
    Up + 1 (100%) from previous 12 months

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!