-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file_version_info.txt files for Windows binaries
- Loading branch information
1 parent
15d245e
commit 3eaa228
Showing
5 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
VSVersionInfo( | ||
ffi=FixedFileInfo( | ||
filevers=(3, 2, 3, 0), | ||
prodvers=(3, 2, 3, 0), | ||
mask=0x3f, | ||
flags=0x0, | ||
OS=0x40004, | ||
fileType=0x1, | ||
subtype=0x0, | ||
date=(0, 0) | ||
), | ||
kids=[ | ||
StringFileInfo( | ||
[ | ||
StringTable( | ||
'040904b0', | ||
[StringStruct('CompanyName', 'Alexis Brignoni'), | ||
StringStruct('FileDescription', 'ALEAPP CLI'), | ||
StringStruct('FileVersion', '3.2.3'), | ||
StringStruct('InternalName', 'ALEAPP'), | ||
StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'), | ||
StringStruct('OriginalFilename', 'aleapp.exe'), | ||
StringStruct('ProductName', 'ALEAPP'), | ||
StringStruct('ProductVersion', '3.2.3')]) | ||
]), | ||
VarFileInfo([VarStruct('Translation', [1033, 1200])]) | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
VSVersionInfo( | ||
ffi=FixedFileInfo( | ||
filevers=(3, 2, 3, 0), | ||
prodvers=(3, 2, 3, 0), | ||
mask=0x3f, | ||
flags=0x0, | ||
OS=0x40004, | ||
fileType=0x1, | ||
subtype=0x0, | ||
date=(0, 0) | ||
), | ||
kids=[ | ||
StringFileInfo( | ||
[ | ||
StringTable( | ||
'040904b0', | ||
[StringStruct('CompanyName', 'Alexis Brignoni'), | ||
StringStruct('FileDescription', 'ALEAPP GUI'), | ||
StringStruct('FileVersion', '3.2.3'), | ||
StringStruct('InternalName', 'ALEAPP'), | ||
StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'), | ||
StringStruct('OriginalFilename', 'AleappGUI.exe'), | ||
StringStruct('ProductName', 'ALEAPP'), | ||
StringStruct('ProductVersion', '3.2.3')]) | ||
]), | ||
VarFileInfo([VarStruct('Translation', [1033, 1200])]) | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters