diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-08-30 15:10:57 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-08-30 15:10:57 +0200 |
| commit | deb7ba7e1a172f854febf1fb9a18f92a9d2367a7 (patch) | |
| tree | 132966cfec27a824f784c3e23b7c34fa5f7b2840 | |
| parent | c9be70ee8dd77948511d02e58b1f22e96845b524 (diff) | |
| download | miasm-deb7ba7e1a172f854febf1fb9a18f92a9d2367a7.tar.gz miasm-deb7ba7e1a172f854febf1fb9a18f92a9d2367a7.zip | |
Remove malware sample
| -rw-r--r-- | example/samples/sc_connect_back.bin | bin | 290 -> 0 bytes | |||
| -rwxr-xr-x | test/test_all.py | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example/samples/sc_connect_back.bin b/example/samples/sc_connect_back.bin deleted file mode 100644 index 9e9c80a5..00000000 --- a/example/samples/sc_connect_back.bin +++ /dev/null Binary files differdiff --git a/test/test_all.py b/test/test_all.py index efd69706..a69ec229 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -579,8 +579,8 @@ class ExampleExpression(Example): for args in [[], ["--symb"]]: testset += ExampleExpression(["graph_dataflow.py", - Example.get_sample("sc_connect_back.bin"), - "0x2e"] + args, + Example.get_sample("simple_test.bin"), + "0x0"] + args, products=["data.dot"]) testset += ExampleExpression(["asm_to_ir.py"], products=["graph.dot", "graph2.dot"]) |