From ec70eaacc0fe3d53c02427a9ef55274068425b31 Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Tue, 18 Dec 2012 18:37:49 +0000 Subject: [PATCH] fixed find_strings comment-out mistake Former-commit-id: 42b03486e2311d0be9af2895e7c2266e7ee7d8cd --- tools/ps_analyze.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ps_analyze.sh b/tools/ps_analyze.sh index c8420a608..075015e2c 100755 --- a/tools/ps_analyze.sh +++ b/tools/ps_analyze.sh @@ -619,7 +619,7 @@ perform_step fix_calls $SECURITY_TRANSFORMS_HOME/libIRDB/test/fix_calls.exe $clo # look for strings in the binary -#perform_step find_strings $SECURITY_TRANSFORMS_HOME/libIRDB/test/find_strings.exe $cloneid +perform_step find_strings $SECURITY_TRANSFORMS_HOME/libIRDB/test/find_strings.exe $cloneid # # analyze binary for string signatures -- GitLab