Result for 7168FA791C1EAA92B591239F38A2DC24BC35A97D

Query result

Key Value
FileName./usr/share/cppcheck/cfg/gtk.cfg
FileSize510167
MD504BF26FCED73916D3BA9B1EC77AE4E9B
SHA-17168FA791C1EAA92B591239F38A2DC24BC35A97D
SHA-256A451967C74A647C6153AF3CE5C57E1C1F1C72DB2F6863279B2FD7F24FCC6EBFB
SSDEEP1536:+6+EQzMc13aaiWJtpoyTMJO3nujhv/ZJFtVciYugIQ+YW/u1q+ko1sWmDAtLCatw:HFmcYH4V
TLSHT17EB4D8E6FCE56C7680820A306D8B10756A59CBE7F96926C5FCC44AD47E2306CA173D8E
tar:gnamebin
tar:unameroot
hashlookup:parent-total43
hashlookup:trust100

Network graph view

Parents (Total: 43)

The searched file hash is included in 43 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize663352
MD5080A8315CDE89B503B01419BCF9908F7
PackageDescriptiontool for static C/C++ code analysis Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers;
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.67-1
SHA-10631C6A8FFA2A80E84B6ED2DC7AFE1804E38D771
SHA-256593FB58557B9FF62CDF98583609B2E7D015E8B76945DDF8E0B48B8198B57E666
Key Value
MD556C000FDEBAC814A2CA7BF2F4F2B2879
PackageArchx86_64
PackageDescriptionCodeLite is a powerful open-source, cross platform code editor for the C,C++,PHP and Node.js programming languages. It uses a sophisticated, yet intuitive interface which allows user easily to create, build and debug complex projects.
PackageMaintainerhttps://bugs.opensuse.org
PackageNamecodelite
PackageReleasebp153.1.20
PackageVersion8.1
SHA-10DE9BADD4488B2964CA3F17908977129031305EA
SHA-2560C365A22B97C2F7D605FBDBC8CC639B401C8DAAEA05879AB65556E4159D1B25A
Key Value
MD5EEB11EE7AE32B7F64D5C3320E6D18263
PackageArchppc64
PackageDescriptionCppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).
PackageMaintainerFedora Project
PackageNamecppcheck
PackageRelease3.fc23
PackageVersion1.68
SHA-1128987BD095E15B85CBAEB3AA5CD8D060AE27697
SHA-25600CE59BC8624E7F19D1576D448D80EBE953E6F5B872625B700CC9C209871C74F
Key Value
MD54695BD249CD44E14BA1D06C943942A10
PackageArchppc64le
PackageDescriptionCppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).
PackageMaintainerFedora Project
PackageNamecppcheck
PackageRelease1.fc22
PackageVersion1.68
SHA-11B642A21AF5578F9DAE7EC1D44DC9D09E9613BB0
SHA-256CBA23CBCA2637C65C2B7DDFA34813D9EBEA44854128314BF59CC776BC9AA900F
Key Value
MD5C6C835A37F4AD01A54A94A4F20BDF5A3
PackageArchx86_64
PackageDescriptionCodeLite is a powerful open-source, cross platform code editor for the C,C++,PHP and Node.js programming languages. It uses a sophisticated, yet intuitive interface which allows user easily to create, build and debug complex projects.
PackageMaintainerhttps://bugs.opensuse.org
PackageNamecodelite
PackageReleaselp150.1.11
PackageVersion8.1
SHA-11F4FF9F6FE6C056EBA145A849EC48187B3F829E2
SHA-25602321474B67A779C0CDC8F479046DDD76E1D8D93FDC085DBAD6FF7723557D2E7
Key Value
FileSize617658
MD56F44D9533DDADC1B7075D4A418D7385F
PackageDescriptiontool for static C/C++ code analysis Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers;
PackageMaintainerReijo Tomperi <aggro80@users.sourceforge.net>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.67-1
SHA-11F6DB2D46AB5F248920F893D24615100412BE36B
SHA-2561AEA6EEF60C3F654360316C0BAE5AE5215D0EE9BF611C1A208DCE7A8142A9061
Key Value
FileSize714286
MD5337F6C266BC8E016BEFCA99344255238
PackageDescriptiontool for static C/C++ code analysis Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers;
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.69-1build1
SHA-120849B382F406C54391F1E02BF3D99901A0D3544
SHA-256D1F7B90B18FA149233DB573A55DDABE7AB6E56EE37549320110B69A21351789A
Key Value
MD5ED94A94B742F0EA99B3E8C73F1BBB215
PackageArchx86_64
PackageDescriptionCodeLite is a powerful open-source, cross platform code editor for the C,C++,PHP and Node.js programming languages. It uses a sophisticated, yet intuitive interface which allows user easily to create, build and debug complex projects.
PackageMaintainerhttps://bugs.opensuse.org
PackageNamecodelite
PackageReleaselp152.3.13
PackageVersion8.1
SHA-121F32E43BB7B5E89797595019DB217171B44EF65
SHA-2561FEF7BABFBAE65E85F9A9029C3EE4558D0C4EB837ECEE43314FEE0E394987CDC
Key Value
FileSize727674
MD50678B0D35BDC38A0739C5AF726707BA7
PackageDescriptiontool for static C/C++ code analysis Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers;
PackageMaintainerReijo Tomperi <aggro80@users.sourceforge.net>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.67-1
SHA-12623E5FE057D3A27EC8650662E984D1F17AC0681
SHA-2561C9AB6C09E61794F862A009FB42BFAE2ADFB70508099D7F021E9DC8C1B7838AC
Key Value
MD5764D8A22CE535DDD461097359AC28972
PackageArchs390x
PackageDescriptionCppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).
PackageMaintainerFedora Project
PackageNamecppcheck
PackageRelease3.fc23
PackageVersion1.68
SHA-129672695428FF4469FB62AF17886A5626C7FC26D
SHA-2566AC946998CABC2E7558686B7DD274A7A2B4AE58093787D8536B94FB4AD50C646