diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2020-12-16 21:45:31 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2020-12-18 00:16:20 -0500 |
| commit | d8030b6c75f638b92c1908d8b427299c2d0abe92 (patch) | |
| tree | 35b663e0eb031dbdb4f7018e4e0bee7cef42ec70 /suite | |
| parent | 70ce5764abacc1a7ea518f5ccef92421a1d6d04e (diff) | |
Add API/UI to control dead store elimination of specific variables
Diffstat (limited to 'suite')
| -rwxr-xr-x | suite/generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/suite/generator.py b/suite/generator.py index 63ae64ff..75a83ad6 100755 --- a/suite/generator.py +++ b/suite/generator.py @@ -174,6 +174,7 @@ class OracleTestFile: class UnitTestFile: binary_test_options = {} binary_test_options['binaries/test_corpus/pe_thumb'] = {'analysis.experimental.alternateTypePropagation' : True} + binary_test_options['binaries/test_corpus/quick3dcoreplugin.dll'] = {'analysis.experimental.alternateTypePropagation' : True} def __init__(self, filename, outdir, test_store): self.filename = filename |
