Skip to content

respu/syzygy

 
 

Repository files navigation

Syzygy Transformation Toolchain
===============================

The Syzygy project consists of a suite of tools for the instrumentation of
COFF object files and PE binaries. The various instrumentation modes allow for
computing code coverage results, profiling source code, applying profile-guided
basic block optimizations, block (function) level profile-guided reordering, and
finding memory errors.

For detailed instructions on each of the tools refer to syzygy/build/README.txt
(also included in binary releases), or refer to the output of the tool itself
when run with '--help'.


REDISTRIBUTION
--------------

Any of the binaries included in this distribution may be freely redistributed
as long as LICENSE.txt is included in the distribution.


LICENSING
---------

The Syzygy project is licensed under the Apache License Version 2.0. You can
find a copy of this in LICENSE.txt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.4%
  • Python 10.0%
  • Shell 0.2%
  • Assembly 0.2%
  • C 0.1%
  • Protocol Buffer 0.1%