Skip to content
/ LinkTime Public

Mirror or Tobias Koch's LinkTime (original repository hosted on GitLab)

License

Notifications You must be signed in to change notification settings

pa-0/LinkTime

Repository files navigation

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-2024 Tobias Koch. Released under the MIT License.