From 9c65ef05fe1459dd61a179b4e586fbe8fcd66951 Mon Sep 17 00:00:00 2001 From: mc2zk <mc2zk@localhost> Date: Fri, 1 Sep 2017 21:10:49 +0000 Subject: [PATCH] bug fix to findso.pl path --- SMP-analyze-remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMP-analyze-remote.sh b/SMP-analyze-remote.sh index c547da7..4087fcf 100755 --- a/SMP-analyze-remote.sh +++ b/SMP-analyze-remote.sh @@ -28,7 +28,7 @@ echo "--END DEBUG---------" # The perl script will also include names of dependent shared object (.so) file # Start timing stuff copyStartTime=`date +%s` -scp -P $IDA_PRO_SERVER_PORT -q $@ `$PEASOUP_UMBRELLA_DIR/findso.pl $@` $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory +scp -P $IDA_PRO_SERVER_PORT -q $@ `$PEASOUP_UMBRELLA_DIR/IdaProServer/findso.pl $@` $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory if [ -n "$SMPSA_PLUGIN" ]; then scp -P $IDA_PRO_SERVER_PORT -q ${SMPSA_PLUGIN}* $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory fi -- GitLab