| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| etwpackage1.58.zip | 2023-06-15 | 87.3 MB | |
| README.md | 2023-06-15 | 1.7 kB | |
| UIforETW with space-removal and extraneous file removal source code.tar.gz | 2023-06-15 | 1.9 MB | |
| UIforETW with space-removal and extraneous file removal source code.zip | 2023-06-15 | 2.0 MB | |
| Totals: 4 Items | 91.2 MB | 0 | |
This release of UIforETW is a small update (I didn't change the version number) that removes some accidentally shipped files from the .zip file, and strips white-space from edit controls. When pasting a provider name I hit tracing failures that turned out to be due to an invisible \n character at the end of the text that I pasted. This was accepted by the edit control even though it was in single-line mode. This version removes that footgun. I also removed some accidentally shipped files which should help resolve issue https://github.com/google/UIforETW/issues/164 (VirusTotal complaints). That said, VirusTotal seems to have lots of false positives and not much information about what they thing they're seeing, so a full resolution is probably not possible.
The full list of changes is: https://github.com/google/UIforETW/commit/c5c14ff820714df96a20e31195ccf995e3105136 Filter more files from releases https://github.com/google/UIforETW/commit/214c7966d05e8e5e1bc55ae22965cffcef4d486c Trim leading/trailing whitespace from most edit controls
The etwpackage*.zip file contains a 64-bit version of UIforETW.exe, statically linked so that it will run anywhere. No compilation required. It also includes 64-bit versions of the Windows Performance Toolkit (WPT) installers.
To use this release just download etwpackage*.zip, unzip it, then run bin\UIforETW.exe (signed). Windows Performance Toolkit (WPT) will be installed as needed. Symbols are available on this symbol server: https://randomascii-symbols.commondatastorage.googleapis.com/
For more information see https://tinyurl.com/etwcentral (aka https://randomascii.wordpress.com/2015/09/24/etw-central/)