about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--example/disasm/dis_binary_lift.py (renamed from example/disasm/dis_binary_ir.py)0
-rw-r--r--example/disasm/dis_binary_lift_model_call.py (renamed from example/disasm/dis_binary_ira.py)0
-rwxr-xr-xtest/test_all.py4
3 files changed, 2 insertions, 2 deletions
diff --git a/example/disasm/dis_binary_ir.py b/example/disasm/dis_binary_lift.py
index 6ad69b05..6ad69b05 100644
--- a/example/disasm/dis_binary_ir.py
+++ b/example/disasm/dis_binary_lift.py
diff --git a/example/disasm/dis_binary_ira.py b/example/disasm/dis_binary_lift_model_call.py
index 95b3a70b..95b3a70b 100644
--- a/example/disasm/dis_binary_ira.py
+++ b/example/disasm/dis_binary_lift_model_call.py
diff --git a/test/test_all.py b/test/test_all.py
index a8e55b2f..f0ac755e 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -600,9 +600,9 @@ for script, prods, depends in [
         (["dis_x86_string.py"], ["str_cfg.dot"], []),
         (["dis_binary.py", Example.get_sample("test_x86_32_dis.bin"),
         ], ["bin_cfg.dot"], [test_x86_32_dis]),
-        (["dis_binary_ir.py", Example.get_sample("test_x86_32_dis.bin"),
+        (["dis_binary_lift.py", Example.get_sample("test_x86_32_dis.bin"),
         ], ["bin_ir_cfg.dot"], [test_x86_32_dis]),
-        (["dis_binary_lifter_model_call.py", Example.get_sample("test_x86_32_dis.bin"),
+        (["dis_binary_lift_model_call.py", Example.get_sample("test_x86_32_dis.bin"),
         ], ["bin_lifter_model_call_cfg.dot"], [test_x86_32_dis]),
         (["full.py", Example.get_sample("box_upx.exe")],
          ["graph_execflow.dot", "lines.dot"], []),