=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== aqsis-1.8.2/CMakeLists.txt-252-if(WIN32) aqsis-1.8.2/CMakeLists.txt:253: include(${CMAKE_SOURCE_DIR}/cmake/platform/windows.cmake) aqsis-1.8.2/CMakeLists.txt-254- # Build the .rc files for library and executable version information and icons. ############################################## aqsis-1.8.2/CMakeLists.txt-259-elseif(APPLE) aqsis-1.8.2/CMakeLists.txt:260: include(${CMAKE_SOURCE_DIR}/cmake/platform/macosx.cmake) aqsis-1.8.2/CMakeLists.txt-261-else() aqsis-1.8.2/CMakeLists.txt:262: include(${CMAKE_SOURCE_DIR}/cmake/platform/linux.cmake) aqsis-1.8.2/CMakeLists.txt-263-endif() ############################################## aqsis-1.8.2/distribution/linux/aqsltell.sh-6-echo aqsis-1.8.2/distribution/linux/aqsltell.sh:7:cd `dirname $1` aqsis-1.8.2/distribution/linux/aqsltell.sh-8-aqsltell $@ ############################################## aqsis-1.8.2/distribution/linux/aqsis.sh-6-echo aqsis-1.8.2/distribution/linux/aqsis.sh:7:cd `dirname $1` aqsis-1.8.2/distribution/linux/aqsis.sh-8-aqsis -progress $@ ############################################## aqsis-1.8.2/distribution/linux/aqsl.sh-6-echo aqsis-1.8.2/distribution/linux/aqsl.sh:7:cd `dirname $1` aqsis-1.8.2/distribution/linux/aqsl.sh-8-aqsl $@ ############################################## aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in-39- for dep in $( otool -L $folder$file | grep ".dylib" | grep "/opt/" | grep -v $BUNDLE_NAME | sed s/\(.*\)// ) $( otool -L $folder$file | grep ".dylib" | grep -v "/usr/" | grep -v "/Developer/" | grep -v "/System/" | grep -v "libaqsis" | grep -v $BUNDLE_NAME | sed s/\(.*\)// ) $( otool -L $folder$file | grep ".a" | grep -v "/usr/" | grep -v "/Developer/" | grep -v "/System/" | grep -v "libaqsis" | grep -v $BUNDLE_NAME | sed s/\(.*\)// ) $( otool -L $folder$file | grep dylib | grep fltk | grep -v $BUNDLE_NAME | sed s/\(.*\)// ) $( otool -L $folder$file | grep dylib | grep libboost | grep -v $BUNDLE_NAME | sed s/\(.*\)// ); do aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in:40: bn=`basename $dep` aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in-41- if [ $VERBOSE ]; then ############################################## aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in-49- if [ -L $dep ]; then aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in:50: link=`ls -l $dep | cut -d">" -f2 | sed s/\ //` aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in:51: deref=`echo $dep | sed s/$bn/$link/` aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in-52- cp -R $deref "$FRAMEWORKS" ############################################## aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in-84- for dep in $( otool -L $folder$file | grep dylib | grep ${CMAKE_BINARY_DIR} | sed 's/(.*)//' ); do aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in:85: bn=`basename $dep` aqsis-1.8.2/distribution/macosx/bundle/create_bundle.sh.in-86- install_name_tool -change $dep @executable_path/../../Resources/lib/$bn $folder$file ############################################## aqsis-1.8.2/thirdparty/partio/src/src/py/CMakeLists.txt-40- aqsis-1.8.2/thirdparty/partio/src/src/py/CMakeLists.txt:41:INCLUDE(${SWIG_USE_FILE}) aqsis-1.8.2/thirdparty/partio/src/src/py/CMakeLists.txt-42- ############################################## aqsis-1.8.2/prototypes/newcore/CMakeLists.txt-150-if(aqsis_interactive_demo) aqsis-1.8.2/prototypes/newcore/CMakeLists.txt:151: INCLUDE(${QT_USE_FILE}) aqsis-1.8.2/prototypes/newcore/CMakeLists.txt-152- ############################################## aqsis-1.8.2/prototypes/newcore/tbb/tbb_machine.h-81- aqsis-1.8.2/prototypes/newcore/tbb/tbb_machine.h:82:#define __asm__ asm aqsis-1.8.2/prototypes/newcore/tbb/tbb_machine.h-83-#define __volatile__ volatile ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-33-#if defined(__INTEL_COMPILER) aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:34:#define __TBB_release_consistency_helper() __asm { __asm nop } aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-35-#elif _MSC_VER >= 1300 ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-42- aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:43:inline void __TBB_rel_acq_fence() { __asm { __asm mfence } } aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-44- ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-109- __TBB_release_consistency_helper(); \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:110: __asm \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-111- { \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:112: __asm mov edx, p \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:113: __asm mov C , value \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:114: __asm mov A , comparand \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:115: __asm lock cmpxchg [edx], C \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:116: __asm mov result, A \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-117- } \ ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-125- __TBB_release_consistency_helper(); \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:126: __asm \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-127- { \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:128: __asm mov edx, p \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:129: __asm mov A, addend \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:130: __asm lock xadd [edx], A \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:131: __asm mov result, A \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-132- } \ ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-140- __TBB_release_consistency_helper(); \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:141: __asm \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-142- { \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:143: __asm mov edx, p \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:144: __asm mov A, value \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:145: __asm lock xchg [edx], A \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:146: __asm mov result, A \ aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-147- } \ ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-166-static inline void __TBB_machine_OR( volatile void *operand, __int32 addend ) { aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:167: __asm aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-168- { ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-175-static inline void __TBB_machine_AND( volatile void *operand, __int32 addend ) { aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:176: __asm aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-177- { ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-184-static inline void __TBB_machine_pause (__int32 delay ) { aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:185: _asm aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-186- { ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-232- void* pteb; aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:233: __asm mov eax, fs:[0x18] aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h:234: __asm mov pteb, eax aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_ia32.h-235- return pteb; ############################################## aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_intel64.h-45-#if defined(__INTEL_COMPILER) aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_intel64.h:46:#define __TBB_release_consistency_helper() __asm { __asm nop } aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_intel64.h:47:inline void __TBB_rel_acq_fence() { __asm { __asm mfence } } aqsis-1.8.2/prototypes/newcore/tbb/machine/windows_intel64.h-48-#elif _MSC_VER >= 1300 ############################################## aqsis-1.8.2/cmake/modules/NSIS.template.in-332- Push "$0;" aqsis-1.8.2/cmake/modules/NSIS.template.in:333: Call un.StrStr ; Find `$0;` in $1 aqsis-1.8.2/cmake/modules/NSIS.template.in-334- Pop $2 ; pos of our dir ############################################## aqsis-1.8.2/cmake/UtilMacros.cmake-103-macro(include_subproject dirname) aqsis-1.8.2/cmake/UtilMacros.cmake:104: include("${${dirname}_SOURCE_DIR}/project.cmake") aqsis-1.8.2/cmake/UtilMacros.cmake-105-endmacro() ############################################## aqsis-1.8.2/tools/neqsus/houdini/soho/parameters/RIBaqsis1.6.ds-397- nolabel aqsis-1.8.2/tools/neqsus/houdini/soho/parameters/RIBaqsis1.6.ds:398: callback "opparm . res_override ( `arg(\"$script_value\", 0)` `arg(\"$script_value\", 1)` aspect_override ( `arg(\"$script_value\", 2)` )" aqsis-1.8.2/tools/neqsus/houdini/soho/parameters/RIBaqsis1.6.ds-399- disablewhen "{ override_camerares == 0 } { res_fraction != \"specific\" }" ############################################## aqsis-1.8.2/libs/riutil/ribwriter.cpp-643- case Ri::TypeSpec::Float: aqsis-1.8.2/libs/riutil/ribwriter.cpp:644: m_formatter.printParam(token, param.floatData()); aqsis-1.8.2/libs/riutil/ribwriter.cpp-645- break; aqsis-1.8.2/libs/riutil/ribwriter.cpp-646- case Ri::TypeSpec::Integer: aqsis-1.8.2/libs/riutil/ribwriter.cpp:647: m_formatter.printParam(token, param.intData()); aqsis-1.8.2/libs/riutil/ribwriter.cpp-648- break; aqsis-1.8.2/libs/riutil/ribwriter.cpp-649- case Ri::TypeSpec::String: aqsis-1.8.2/libs/riutil/ribwriter.cpp:650: m_formatter.printParam(token, param.stringData()); aqsis-1.8.2/libs/riutil/ribwriter.cpp-651- break; ############################################## aqsis-1.8.2/libs/util/win32/socket_system.cpp-167- saTemp.sin_port = htons( port ); aqsis-1.8.2/libs/util/win32/socket_system.cpp:168: saTemp.sin_addr.s_addr = inet_addr("127.0.0.1"); aqsis-1.8.2/libs/util/win32/socket_system.cpp-169- ############################################## aqsis-1.8.2/libs/util/win32/socket_system.cpp-224- adServer.sin_family = AF_INET; aqsis-1.8.2/libs/util/win32/socket_system.cpp:225: adServer.sin_addr.s_addr = inet_addr(hostname.c_str()); aqsis-1.8.2/libs/util/win32/socket_system.cpp-226- if(adServer.sin_addr.s_addr == INVALID_SOCKET)