-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new PE CV_CFL_LANG language code for ALIASOBJ and Rust (#530)
* Add Language Code for PE * Add Objective C baseline * Add new PE CV_CFL_LANG language code for ALIASOBJ and RUST * Update Rust string * re-baseline with latest Sarif SDK * fix comments * fix comments for md file * add . to end of sentence in md file * FunctionalTestBuildScripts.md add spacing before code * update FunctionalTestBuildScripts.md * update to Rust 1.5.8.1 * Fix merge issue for release history file * remove extra baseline expected sarif file * Update ReleaseHistory.md Co-authored-by: Eddy Nakamura <[email protected]> Co-authored-by: Michael C. Fanning <[email protected]>
- Loading branch information
1 parent
f1b6332
commit 95e5b35
Showing
12 changed files
with
67 additions
and
2 deletions.
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,15 @@ | ||
# Build Scripts | ||
|
||
This file records scripts used to compile the test files, in alphabetical order. | ||
Base scenario is a simple hello world program built with different parameters for testing purpose. | ||
Test files are located in [BaselineTestsData](https://github.com/microsoft/binskim/tree/main/src/Test.FunctionalTests.BinSkim.Driver/BaselineTestsData) and [FunctionalTestsData](https://github.com/microsoft/binskim/tree/main/src/Test.FunctionalTests.BinSkim.Rules/FunctionalTestsData). | ||
|
||
## clangcl.pe.c.codeview.exe | ||
|
||
A simple hello world program, compiled with `clang 13.0.0` that generates a .exe and associated .pdb file. Script to reproduce: | ||
`clang-cl -o clangcl.pe.c.codeview.exe -fuse-ld=lld-link hello.c -m32 -Z7 -MTd` | ||
|
||
## Native_x64_RustC_Rust_debuginfo2_v1.58.1.exe | ||
|
||
A simple hello world program, compiled with `rustc 1.58.1` that generates a .exe and associated .pdb file. Script to reproduce: | ||
`rustc -g -Clink-arg=/DEBUG:FULL src\main.rs -o Native_x64_RustC_Rust_debuginfo2_v1.58.1.exe` |
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
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
Binary file added
BIN
+149 KB
src/Test.UnitTests.BinaryParsers/TestsData/PE/Native_x64_RustC_Rust_debuginfo2_v1.58.1.exe
Binary file not shown.
Binary file added
BIN
+1.23 MB
src/Test.UnitTests.BinaryParsers/TestsData/PE/Native_x64_RustC_Rust_debuginfo2_v1.58.1.pdb
Binary file not shown.
Binary file added
BIN
+58 KB
src/Test.UnitTests.BinaryParsers/TestsData/PE/Native_x64_VS2019_CPlusPlus_DEBUG_DEFAULT.dll
Binary file not shown.
Binary file added
BIN
+684 KB
src/Test.UnitTests.BinaryParsers/TestsData/PE/Native_x64_VS2019_CPlusPlus_DEBUG_DEFAULT.pdb
Binary file not shown.
Binary file added
BIN
+680 KB
src/Test.UnitTests.BinaryParsers/TestsData/PE/clangcl.pe.c.codeview.exe
Binary file not shown.
Binary file added
BIN
+5.13 MB
src/Test.UnitTests.BinaryParsers/TestsData/PE/clangcl.pe.c.codeview.pdb
Binary file not shown.
Binary file added
BIN
+1.12 MB
src/Test.UnitTests.BinaryParsers/TestsData/PE/clangcl.pe.cpp.codeview.exe
Binary file not shown.
Binary file added
BIN
+5.98 MB
src/Test.UnitTests.BinaryParsers/TestsData/PE/clangcl.pe.cpp.codeview.pdb
Binary file not shown.