diff options
| author | Camille Mougey <commial@gmail.com> | 2017-01-09 17:02:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-09 17:02:28 +0100 |
| commit | edf8a67791cd7e3255cce048f2deb1bea436485c (patch) | |
| tree | 4c3d1f013c155ba3f1be6ec03d30b6bf5bda5450 /test/analysis | |
| parent | fd1f440961b24872a5a9c0da19cfc94d1d955386 (diff) | |
| parent | 0aad6093e6f7250d1c9a3da8f1f3ebe171a752dd (diff) | |
| download | miasm-edf8a67791cd7e3255cce048f2deb1bea436485c.tar.gz miasm-edf8a67791cd7e3255cce048f2deb1bea436485c.zip | |
Merge pull request #467 from serpilliere/fix_dg_emul
Fix dg emul
Diffstat (limited to 'test/analysis')
| -rwxr-xr-x | test/analysis/dg_test_11_expected.json | 1 | ||||
| -rw-r--r-- | test/analysis/dg_test_11_implicit_expected.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/analysis/dg_test_11_expected.json b/test/analysis/dg_test_11_expected.json new file mode 100755 index 00000000..ced55daf --- /dev/null +++ b/test/analysis/dg_test_11_expected.json @@ -0,0 +1 @@ +[{"has_loop": false, "EBX": "0x1"}, {"has_loop": false, "EBX": "0x3"}, {"has_loop": true, "EBX": "0x5"}] diff --git a/test/analysis/dg_test_11_implicit_expected.json b/test/analysis/dg_test_11_implicit_expected.json new file mode 100644 index 00000000..bd0fbf29 --- /dev/null +++ b/test/analysis/dg_test_11_implicit_expected.json @@ -0,0 +1 @@ +[{"has_loop": false, "EBX": "0x1", "satisfiability": true, "constraints": {}}, {"has_loop": false, "EBX": "0x3", "satisfiability": true, "constraints": {}}, {"has_loop": true, "EBX": "0x5", "satisfiability": true, "constraints": {}}] |