===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
telegram-desktop-2.2.0+ds/.github/workflows/linux.yml-101-          libasound-dev libpulse-dev libxcb-sync0-dev libxcb-randr0-dev libegl1-mesa-dev \
telegram-desktop-2.2.0+ds/.github/workflows/linux.yml:102:          libx11-xcb-dev libffi-dev libncurses5-dev pkg-config texi2html bison yasm \
telegram-desktop-2.2.0+ds/.github/workflows/linux.yml-103-          zlib1g-dev xutils-dev python-xcbgen chrpath gperf wget -y --force-yes && \
##############################################
telegram-desktop-2.2.0+ds/.github/workflows/linux.yml-126-            thisFile=$REPO_NAME/.github/workflows/linux.yml
telegram-desktop-2.2.0+ds/.github/workflows/linux.yml:127:            echo `md5sum $thisFile | cut -c -32` >> CACHE_KEY.txt
telegram-desktop-2.2.0+ds/.github/workflows/linux.yml-128-          fi
##############################################
telegram-desktop-2.2.0+ds/.github/workflows/mac.yml-82-          brew install automake fdk-aac lame libass libtool libvorbis libvpx \
telegram-desktop-2.2.0+ds/.github/workflows/mac.yml:83:          ninja opus sdl shtool texi2html theora x264 xvid yasm pkg-config
telegram-desktop-2.2.0+ds/.github/workflows/mac.yml-84-
##############################################
telegram-desktop-2.2.0+ds/.github/workflows/mac.yml-93-            thisFile=$REPO_NAME/.github/workflows/mac.yml
telegram-desktop-2.2.0+ds/.github/workflows/mac.yml:94:            echo `md5 -q $thisFile` >> CACHE_KEY.txt
telegram-desktop-2.2.0+ds/.github/workflows/mac.yml-95-          fi
##############################################
telegram-desktop-2.2.0+ds/.github/workflows/win.yml-105-            thisFile=$REPO_NAME/.github/workflows/win.yml
telegram-desktop-2.2.0+ds/.github/workflows/win.yml:106:            echo `md5sum $thisFile | awk '{ print $1 }'` >> CACHE_KEY.txt
telegram-desktop-2.2.0+ds/.github/workflows/win.yml-107-          fi
telegram-desktop-2.2.0+ds/.github/workflows/win.yml:108:          echo ::set-env name=CACHE_KEY::`md5sum CACHE_KEY.txt | awk '{ print $1 }'`
telegram-desktop-2.2.0+ds/.github/workflows/win.yml-109-
##############################################
telegram-desktop-2.2.0+ds/.github/workflows/win.yml-111-        run: |
telegram-desktop-2.2.0+ds/.github/workflows/win.yml:112:          choco install --no-progress -y nasm yasm jom ninja
telegram-desktop-2.2.0+ds/.github/workflows/win.yml-113-
##############################################
telegram-desktop-2.2.0+ds/Telegram/Patches/build_ffmpeg_win.sh-2-FullExecPath=$PWD
telegram-desktop-2.2.0+ds/Telegram/Patches/build_ffmpeg_win.sh:3:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/Patches/build_ffmpeg_win.sh-4-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/download.sh-3-FullExecPath=$PWD
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/download.sh:4:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/download.sh-5-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/refresh.sh-2-FullExecPath=$PWD
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/refresh.sh:3:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/refresh.sh-4-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/upload.sh-3-FullExecPath=$PWD
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/upload.sh:4:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/Resources/langs/upload.sh-5-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/SourceFiles/core/crash_reports.cpp-264-		dump() << i << " ";
telegram-desktop-2.2.0+ds/Telegram/SourceFiles/core/crash_reports.cpp:265:		if (dladdr(addresses[i], &info)) {
telegram-desktop-2.2.0+ds/Telegram/SourceFiles/core/crash_reports.cpp-266-			dump() << uint64(info.dli_fbase) << " (" << info.dli_fname << ")\n";
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-2-FullExecPath=$PWD
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:3:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-4-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-148-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:149:  # BadCount=`objdump -T $ReleasePath/$BinaryName | grep GLIBC_2\.1[6-9] | wc -l`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-150-  # if [ "$BadCount" != "0" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-153-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:154:  # BadCount=`objdump -T $ReleasePath/$BinaryName | grep GLIBC_2\.2[0-9] | wc -l`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-155-  # if [ "$BadCount" != "0" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-158-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:159:  BadCount=`objdump -T $ReleasePath/$BinaryName | grep GCC_4\.[3-9] | wc -l`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-160-  if [ "$BadCount" != "0" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-163-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:164:  BadCount=`objdump -T $ReleasePath/$BinaryName | grep GCC_[5-9]\. | wc -l`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-165-  if [ "$BadCount" != "0" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-172-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:173:  BadCount=`objdump -T $ReleasePath/Updater | grep GLIBC_2\.1[6-9] | wc -l`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-174-  if [ "$BadCount" != "0" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-177-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:178:  BadCount=`objdump -T $ReleasePath/Updater | grep GLIBC_2\.2[0-9] | wc -l`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-179-  if [ "$BadCount" != "0" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-182-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:183:  BadCount=`objdump -T $ReleasePath/Updater | grep GCC_4\.[3-9] | wc -l`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-184-  if [ "$BadCount" != "0" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-187-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:188:  BadCount=`objdump -T $ReleasePath/Updater | grep GCC_[5-9]\. | wc -l`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-189-  if [ "$BadCount" != "0" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-222-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:223:  SymbolsHash=`head -n 1 "$ReleasePath/$BinaryName.sym" | awk -F " " 'END {print $4}'`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-224-  echo "Copying $BinaryName.sym to $DropboxSymbolsPath/$BinaryName/$SymbolsHash"
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-316-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:317:    AppUUID=`dwarfdump -u "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName" | awk -F " " '{print $2}'`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:318:    DsymUUID=`dwarfdump -u "$ReleasePath/$BinaryName.app.dSYM" | awk -F " " '{print $2}'`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-319-    if [ "$AppUUID" != "$DsymUUID" ]; then
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-344-
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:345:    SymbolsHash=`head -n 1 "$ReleasePath/$BinaryName.sym" | awk -F " " 'END {print $4}'`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-346-    echo "Copying $BinaryName.sym to $DropboxSymbolsPath/$BinaryName/$SymbolsHash"
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-357-        cp -f tsetup_template.dmg tsetup.temp.dmg
telegram-desktop-2.2.0+ds/Telegram/build/build.sh:358:        TempDiskPath=`hdiutil attach -nobrowse -noautoopenrw -readwrite tsetup.temp.dmg | awk -F "\t" 'END {print $3}'`
telegram-desktop-2.2.0+ds/Telegram/build/build.sh-359-        cp -R "./$BinaryName.app" "$TempDiskPath/"
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/deploy.sh-2-FullExecPath=$PWD
telegram-desktop-2.2.0+ds/Telegram/build/deploy.sh:3:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/build/deploy.sh-4-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/release.sh-2-FullExecPath=$PWD
telegram-desktop-2.2.0+ds/Telegram/build/release.sh:3:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/build/release.sh-4-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/set_version.sh-2-
telegram-desktop-2.2.0+ds/Telegram/build/set_version.sh:3:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/build/set_version.sh-4-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/updates.sh-2-FullExecPath=$PWD
telegram-desktop-2.2.0+ds/Telegram/build/updates.sh:3:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/build/updates.sh-4-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/build/updates.sh-15-
telegram-desktop-2.2.0+ds/Telegram/build/updates.sh:16:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/build/updates.sh-17-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/Telegram/configure.sh-3-
telegram-desktop-2.2.0+ds/Telegram/configure.sh:4:pushd `dirname $0` > /dev/null
telegram-desktop-2.2.0+ds/Telegram/configure.sh-5-FullScriptPath=`pwd`
##############################################
telegram-desktop-2.2.0+ds/docs/building-cmake.md-23-    libasound-dev libpulse-dev libxcb-sync0-dev libxcb-randr0-dev libegl1-mesa-dev \
telegram-desktop-2.2.0+ds/docs/building-cmake.md:24:    libx11-xcb-dev libffi-dev libncurses5-dev pkg-config texi2html bison yasm \
telegram-desktop-2.2.0+ds/docs/building-cmake.md-25-    zlib1g-dev xutils-dev python-xcbgen chrpath gperf -y --force-yes && \
##############################################
telegram-desktop-2.2.0+ds/docs/building-osx.md-24-    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
telegram-desktop-2.2.0+ds/docs/building-osx.md:25:    brew install automake cmake fdk-aac git lame libass libtool libvorbis libvpx ninja opus sdl shtool texi2html theora wget x264 xvid yasm pkg-config
telegram-desktop-2.2.0+ds/docs/building-osx.md-26-
##############################################
telegram-desktop-2.2.0+ds/docs/building-qmake.md-7-
telegram-desktop-2.2.0+ds/docs/building-qmake.md:8: * `$srcdir`: The directory into which the source has been downloaded and
telegram-desktop-2.2.0+ds/docs/building-qmake.md-9-   unpacked.
telegram-desktop-2.2.0+ds/docs/building-qmake.md-10- * `_qtver`: The Qt version being used (eg: `5.6.2`).
telegram-desktop-2.2.0+ds/docs/building-qmake.md:11: * `$pkgdir`: The directory into which installable files are places. This is
telegram-desktop-2.2.0+ds/docs/building-qmake.md-12-   `/` for local installations, or can be different directory when preparing a
##############################################
telegram-desktop-2.2.0+ds/docs/building-qmake.md-16-
telegram-desktop-2.2.0+ds/docs/building-qmake.md:17:The following sources should be downloaded and unpacked into `$srcdir`:
telegram-desktop-2.2.0+ds/docs/building-qmake.md-18-
##############################################
telegram-desktop-2.2.0+ds/docs/building-xcode.md-20-    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
telegram-desktop-2.2.0+ds/docs/building-xcode.md:21:    brew install automake cmake fdk-aac git lame libass libtool libvorbis libvpx ninja opus sdl shtool texi2html theora wget x264 xvid yasm pkg-config gnu-tar
telegram-desktop-2.2.0+ds/docs/building-xcode.md-22-