=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== qtox-1.17.2/.travis/build-ubuntu-16-04.sh-102- --disable-xlib \ qtox-1.17.2/.travis/build-ubuntu-16-04.sh:103: --disable-yasm \ qtox-1.17.2/.travis/build-ubuntu-16-04.sh-104- --disable-zlib \ ############################################## qtox-1.17.2/.travis/build-windows.sh-94-# Then we want to rebuild everything from scratch qtox-1.17.2/.travis/build-windows.sh:95:if [ "`cat $CACHE_DIR/hash`" != "`sha256sum windows/cross-compile/build.sh`" ] && [ "$STAGE" == "stage1" ] qtox-1.17.2/.travis/build-windows.sh-96-then ############################################## qtox-1.17.2/.travis/build-windows.sh-127-# If we were building deps and it's any of the dependency building stages (Stage 1 or 2), copy over all the built dependencies to Travis cache qtox-1.17.2/.travis/build-windows.sh:128:if [ "`cat $CACHE_DIR/hash`" != "`sha256sum windows/cross-compile/build.sh`" ] && ( [ "$STAGE" == "stage1" ] || [ "$STAGE" == "stage2" ] ) qtox-1.17.2/.travis/build-windows.sh-129-then ############################################## qtox-1.17.2/.travis/build-windows.sh-136-# Update the hash qtox-1.17.2/.travis/build-windows.sh:137:if [ "`cat $CACHE_DIR/hash`" != "`sha256sum windows/cross-compile/build.sh`" ] && [ "$STAGE" == "stage2" ] qtox-1.17.2/.travis/build-windows.sh-138-then ############################################## qtox-1.17.2/INSTALL.fa.md-325- qtox-1.17.2/INSTALL.fa.md:326:اقدامات بعدی چنین فرض میکنند که شما کد منبع را در مسیر <div dir=ltr>`/home/$USER/qTox`<div dir=rtl> کپی کرده اید. اگر کد را در مسیر دیگری کپی نموده اید، دستورات زیر را به شکل مناسب تغییر دهید. qtox-1.17.2/INSTALL.fa.md-327- ############################################## qtox-1.17.2/INSTALL.md-257-The following steps assumes that you cloned the repository at qtox-1.17.2/INSTALL.md:258:`/home/$USER/qTox`. If you decided to choose another location, replace qtox-1.17.2/INSTALL.md-259-corresponding parts. ############################################## qtox-1.17.2/osx/macfixrpath-24-for (@libs) { qtox-1.17.2/osx/macfixrpath:25: my @deps = grep { @$_ } map { [m!^\t($prefix.+)/([^/]+) \(.+\)$!] } grep { /^\t/ } split /\n/, `otool -L $_`; qtox-1.17.2/osx/macfixrpath-26- my @resolved = map { my $dep = $_; [@$dep, grep { m!/$dep->[1]$! } @libs] } @deps; ############################################## qtox-1.17.2/security/apparmor/README.md-105- qtox-1.17.2/security/apparmor/README.md:106:If you need access to files (for file sharing) other than from your `$HOME` or qtox-1.17.2/security/apparmor/README.md-107-mounted media, create/modify `/etc/apparmor.d/tunables/usr.bin.qtox.d/local` ############################################## qtox-1.17.2/src/core/icoresettings.h-48- qtox-1.17.2/src/core/icoresettings.h:49: virtual QString getProxyAddr() const = 0; qtox-1.17.2/src/core/icoresettings.h:50: virtual void setProxyAddr(const QString& address) = 0; qtox-1.17.2/src/core/icoresettings.h-51- ############################################## qtox-1.17.2/src/core/toxoptions.cpp-79- // need to init proxyAddr here, because we need it to construct ToxOptions qtox-1.17.2/src/core/toxoptions.cpp:80: const QString proxyAddr = s == nullptr ? QString{} : s->getProxyAddr(); qtox-1.17.2/src/core/toxoptions.cpp-81- ############################################## qtox-1.17.2/src/persistence/settings.cpp-1304- qtox-1.17.2/src/persistence/settings.cpp:1305: proxy.setHostName(Settings::getProxyAddr()); qtox-1.17.2/src/persistence/settings.cpp-1306- proxy.setPort(Settings::getProxyPort()); ############################################## qtox-1.17.2/src/persistence/settings.cpp-1325- qtox-1.17.2/src/persistence/settings.cpp:1326:QString Settings::getProxyAddr() const qtox-1.17.2/src/persistence/settings.cpp-1327-{ ############################################## qtox-1.17.2/src/persistence/settings.cpp-1331- qtox-1.17.2/src/persistence/settings.cpp:1332:void Settings::setProxyAddr(const QString& address) qtox-1.17.2/src/persistence/settings.cpp-1333-{ ############################################## qtox-1.17.2/src/persistence/settings.h-285- qtox-1.17.2/src/persistence/settings.h:286: QString getProxyAddr() const override; qtox-1.17.2/src/persistence/settings.h:287: void setProxyAddr(const QString& address) override; qtox-1.17.2/src/persistence/settings.h-288- ############################################## qtox-1.17.2/src/persistence/settings.h-681- friendProp(QString addr) qtox-1.17.2/src/persistence/settings.h:682: : addr(addr) qtox-1.17.2/src/persistence/settings.h-683- {} ############################################## qtox-1.17.2/src/widget/form/settings/advancedform.cpp-55- bodyUI->cbMakeToxPortable->setChecked(Settings::getInstance().getMakeToxPortable()); qtox-1.17.2/src/widget/form/settings/advancedform.cpp:56: bodyUI->proxyAddr->setText(s.getProxyAddr()); qtox-1.17.2/src/widget/form/settings/advancedform.cpp-57- quint16 port = s.getProxyPort(); ############################################## qtox-1.17.2/src/widget/form/settings/advancedform.cpp-190-{ qtox-1.17.2/src/widget/form/settings/advancedform.cpp:191: Settings::getInstance().setProxyAddr(bodyUI->proxyAddr->text()); qtox-1.17.2/src/widget/form/settings/advancedform.cpp-192-} ############################################## qtox-1.17.2/test/core/core_test.cpp-51- qtox-1.17.2/test/core/core_test.cpp:52: QString getProxyAddr() const override { return Addr; } qtox-1.17.2/test/core/core_test.cpp:53: void setProxyAddr(const QString &Addr) override { this->Addr = Addr; } qtox-1.17.2/test/core/core_test.cpp-54- ############################################## qtox-1.17.2/test/core/core_test.cpp-102- // No proxy qtox-1.17.2/test/core/core_test.cpp:103: settings->setProxyAddr(""); qtox-1.17.2/test/core/core_test.cpp-104- settings->setProxyPort(0); ############################################## qtox-1.17.2/test/core/core_test.cpp-128- // Test invalid proxy SOCKS5 qtox-1.17.2/test/core/core_test.cpp:129: settings->setProxyAddr("Test"); qtox-1.17.2/test/core/core_test.cpp-130- settings->setProxyPort(9985); ############################################## qtox-1.17.2/test/core/core_test.cpp-140- // Test invalid proxy HTTP qtox-1.17.2/test/core/core_test.cpp:141: settings->setProxyAddr("Test"); qtox-1.17.2/test/core/core_test.cpp-142- settings->setProxyPort(9985); ############################################## qtox-1.17.2/windows/cross-compile/build.sh-143- wget \ qtox-1.17.2/windows/cross-compile/build.sh:144: yasm \ qtox-1.17.2/windows/cross-compile/build.sh-145- zip ############################################## qtox-1.17.2/windows/cross-compile/build.sh-265-else qtox-1.17.2/windows/cross-compile/build.sh:266: echo "Using cached build of OpenSSL `cat $OPENSSL_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-267-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-370-else qtox-1.17.2/windows/cross-compile/build.sh:371: echo "Using cached build of Qt `cat $QT_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-372-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-445-else qtox-1.17.2/windows/cross-compile/build.sh:446: echo "Using cached build of SQLCipher `cat $SQLCIPHER_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-447-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-533-else qtox-1.17.2/windows/cross-compile/build.sh:534: echo "Using cached build of FFmpeg `cat $FFMPEG_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-535-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-609-else qtox-1.17.2/windows/cross-compile/build.sh:610: echo "Using cached build of irungentoo's OpenAL-Soft fork `cat $OPENAL_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-611-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-644-else qtox-1.17.2/windows/cross-compile/build.sh:645: echo "Using cached build of QREncode `cat $QRENCODE_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-646-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-678-else qtox-1.17.2/windows/cross-compile/build.sh:679: echo "Using cached build of Exif `cat $EXIF_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-680-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-713-else qtox-1.17.2/windows/cross-compile/build.sh:714: echo "Using cached build of Opus `cat $OPUS_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-715-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-746-else qtox-1.17.2/windows/cross-compile/build.sh:747: echo "Using cached build of Sodium `cat $SODIUM_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-748-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-796-else qtox-1.17.2/windows/cross-compile/build.sh:797: echo "Using cached build of VPX `cat $VPX_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-798-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-853-else qtox-1.17.2/windows/cross-compile/build.sh:854: echo "Using cached build of Toxcore `cat $TOXCORE_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-855-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-881-else qtox-1.17.2/windows/cross-compile/build.sh:882: echo "Using cached build of mingw-w64-debug-scripts `cat $MINGW_W64_DEBUG_SCRIPTS_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-883-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-905-else qtox-1.17.2/windows/cross-compile/build.sh:906: echo "Using cached build of NSIS ShellExecAsUser plugin `cat $NSISSHELLEXECASUSER_PREFIX_DIR/done`" qtox-1.17.2/windows/cross-compile/build.sh-907-fi ############################################## qtox-1.17.2/windows/cross-compile/build.sh-1026- # Add libgcc_s_*.dll, libwinpthread-1.dll, QtTest.dll, etc. into PATH env var of wine qtox-1.17.2/windows/cross-compile/build.sh:1027: export WINEPATH=`cd $QTOX_PREFIX_DIR ; winepath -w $(pwd)`\;`winepath -w $QT_PREFIX_DIR/bin/` qtox-1.17.2/windows/cross-compile/build.sh-1028- export CTEST_OUTPUT_ON_FAILURE=1