Skip to content

Commit

Permalink
Add TrID
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsleuth committed Apr 5, 2023
1 parent 65ef9ff commit 5086a3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file modified WIN-FOR-Tool-List.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions WinFOR-Customizer/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<CheckBox x:Name="standalones_scdbg" Content="scdbg" VerticalAlignment="Top" VerticalContentAlignment="Center" IsChecked="True"/>
<CheckBox x:Name="standalones_scylla" Content="Scylla" VerticalAlignment="Top" VerticalContentAlignment="Center" IsChecked="True"/>
<CheckBox x:Name="standalones_setdllcharacteristics" Content="setdllcharacteristics" VerticalAlignment="Top" VerticalContentAlignment="Center" IsChecked="True"/>
<CheckBox x:Name="standalones_trid" Content="TrID" VerticalAlignment="Top" VerticalContentAlignment="Center" IsChecked="True"/>
<CheckBox x:Name="standalones_upx" Content="UPX" VerticalAlignment="Top" VerticalContentAlignment="Center" IsChecked="True"/>
<CheckBox x:Name="installers_vbdecompiler" Content="VB-Decompiler" VerticalAlignment="Top" VerticalContentAlignment="Center" IsChecked="True"/>
<CheckBox x:Name="installers_windbg" Content="WinDbg" VerticalAlignment="Top" VerticalContentAlignment="Center" IsChecked="True"/>
Expand Down
2 changes: 2 additions & 0 deletions WinFOR-Customizer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ private void CPC_Default(object sender, RoutedEventArgs e)
standalones_scylla,
standalones_setdllcharacteristics,
standalones_thumbcacheviewer,
standalones_trid,
standalones_unautoit,
standalones_uniextract2,
standalones_upx,
Expand Down Expand Up @@ -448,6 +449,7 @@ private void CRA_Default(object sender, RoutedEventArgs e)
standalones_setdllcharacteristics,
standalones_smi_parser,
standalones_thumbcacheviewer,
standalones_trid,
standalones_unautoit,
standalones_uniextract2,
standalones_upx,
Expand Down
2 changes: 1 addition & 1 deletion WinFOR-Customizer/Win-FOR Customizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/digitalsleuth/win-for</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<ApplicationIcon>Images\fp.ico</ApplicationIcon>
<Version>6.0.0-rc6</Version>
<Version>6.0.0-rc7</Version>
<AssemblyVersion>6.0.0</AssemblyVersion>
<FileVersion>6.0.0</FileVersion>
<Authors>Corey Forman (digitalsleuth)</Authors>
Expand Down

0 comments on commit 5086a3d

Please sign in to comment.