/LinkTime

A small console application reading the linker timestamp of the Microsoft Windows Portable Executable (PE) format; mirror of the official repository https://gitlab.com/tobiaskoch/LinkTime

Primary LanguageC#MIT LicenseMIT

LINKTIME

LINKTIME

LinkTime is a small .NET based console application reading the linker timestamp of the Microsoft Windows Portable Executable (PE) format.

Installation

This application can be deployed using xcopy.

Option 1: Binary

Stable versions can be downloaded here.

Option 2: Source

Requirements

The following applications must be available:

  • MSBuild (.NET Framework / Mono; Visual Studio recommended for development)

Source code

Get the source code using the following command:

> git clone https://gitlab.com/tobiaskoch/LinkTime.git

Build

> ./Build.ps1 --configuration=Release

The executable will be located in the directory .\Build\Release if the build succeeds, a zip file containing the software will be located in the root directory of the repository.

Test

> ./Build.ps1

The script will report if the unit tests succeeds, the coverage report will be placed in the directory .\Build\Debug\Coverage.

Contributing

see CONTRIBUTING.md

Contributors

see AUTHORS.txt

Donating

Thanks for your interest in this project. You can show your appreciation and support further development by donating.

License

LinkTime © 2017-2019 Tobias Koch. Released under the MIT License.