From 287cb1bb182112ad8b476a9631f0099163041fdc Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 15 Feb 2017 08:20:45 +0100 Subject: All: rename vars bloc -> block --- miasm2/analysis/data_analysis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'miasm2/analysis/data_analysis.py') diff --git a/miasm2/analysis/data_analysis.py b/miasm2/analysis/data_analysis.py index 8703c0cd..c67c4509 100644 --- a/miasm2/analysis/data_analysis.py +++ b/miasm2/analysis/data_analysis.py @@ -211,8 +211,8 @@ class symb_exec_func: """ This algorithm will do symbolic execution on a function, trying to propagate - states between basic blocs in order to extract inter-blocs dataflow. The - algorithm tries to merge states from blocs with multiple parents. + states between basic blocks in order to extract inter-blocs dataflow. The + algorithm tries to merge states from blocks with multiple parents. There is no real magic here, loops and complex merging will certainly fail. """ -- cgit 1.4.1