Result for 45DC7AD27D30FB1BB9F4968A5FF557D257DE54E4

Query result

Key Value
FileName./usr/share/codelite/config/cfg/cppcheck-lib.cfg
FileSize1062
MD5D0C681284FE4D872EE505686C146DE5C
SHA-145DC7AD27D30FB1BB9F4968A5FF557D257DE54E4
SHA-2566852F7396265A919C8F2BCD0CA8A89F59A2AA53214252619B9E2E52791A015EC
SHA-512AEB8C92D2C472D6AB2C5AE7DA8C98E7F035AA5D3D5C72B4D7E0657F4A696EDC92058A936B91331689F6E0207DC1ACD8D1A8CD4DE77A46D4EA7781D71116F0E04
SSDEEP24:r9sFspW+HU39Q6bHQ+Q6eQbKN97HQ+QV9cxHQFKh:BjpQtQ6bw/6f2r7w/jcxwgh
TLSHT16C110319F4FDB49ED1129724AEF600297D871ED3E22F1280FC9C26D42F1688720A7DAC
insert-timestamp1728987404.7636402
mimetypetext/xml
sourcesnap:KapGE07SxDb2s9skpiLpgEBwFJcyxnD5_3
tar:gnamebin
tar:unameroot
hashlookup:parent-total96
hashlookup:trust100

Network graph view

Parents (Total: 96)

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

Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//sparc64//cppcheck-1.87.tgz
MD5B112C6569DAEAD2356761999BC71C39C
SHA-100B19B62E53362E2C3BF3A394B0DACDF1D87D72A
SHA-256015E7FF2B81C7FA752BDCC5D0A30C553377173B284BA41F50AC0BDB7F9BFF57D
SSDEEP49152:L8vMQOyHecn4jv/49BSI72wOjoiPrD+7ZQwJ6I:g0wHB4U9BSI7RiPrS7KO6I
TLSHT1C485337F2E4DCAE4CA279B0EDD8743A247EDF4625D41B619ACE23F01C3E91A04115A9E
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//powerpc//cppcheck-1.87.tgz
MD5CA01D5FFE28C36F8C1477C2194DF1CF7
SHA-101DCF42725191952BBD90FA23D80B40D71C94540
SHA-2563C2018F39539010E9AFA67F6ED3660022F8038B09C91EA0E746DB248558110F1
SSDEEP49152:UmLJRL4b/wfFALHD1kmZr023nG4Y5ZQwJ6I:bJRLNA1kmZ13nG5KO6I
TLSHT1AD85337752006C0140FA1EE16D93913BC3EB61BD6B77A8BA7C1998924D08EF47BC19ED
Key Value
MD5C46E1A1648E0740A99995490A6B17B6D
PackageArchx86_64
PackageDescriptionCodeLite is a code editor for the C, C++, PHP and Node.js programming languages. It uses an interface with which users can create, build and debug projects.
PackageNamecodelite
PackageRelease46.d_t.1
PackageVersion15.0.0
SHA-10479DB378B5B1E6DF55FE543DBE66816225C5206
SHA-256ED68268E3343CA0004BA8092D066D565E0E47399835CF28E37CC278403D1BA12
Key Value
FileSize920808
MD5B8E06184FD282FF4F689A68CDA0A2AAC
PackageDescriptiontool for static C/C++ code analysis (CLI) 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; . This package contains the command-line interface for cppcheck.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.82-1
SHA-1073114BBD933FD661405B3A6159931A6F75DD909
SHA-2565A40D61F6759948B0A94E4D5E9FAA892E76B13E5F6DBBE06F49BE58C404287DC
Key Value
FileSize968620
MD5412D86E4C06306D94AAE076922BF9FBD
PackageDescriptiontool for static C/C++ code analysis (CLI) 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; . This package contains the command-line interface for cppcheck.
PackageMaintainerJoachim Reichel <reichel@debian.org>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.86-1
SHA-10DB45656D276201C3A32B6CD3E85C5AEBCE20916
SHA-256BBB85DA1F2D337349F76CA09C6FA1271DF6F6E2B0FBE123D141C0C1FB97D5561
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.3/packages//mips64//cppcheck-1.82.tgz
MD5F896B3E05B18DBF0373C597BB8EEB10E
SHA-10E95275D130E6342A100D2F0118AE6C881B363C2
SHA-25653FCD7269B53565A9CC8050F92660DF7CEECE07CC1998301B180026A3DD9CF5C
SSDEEP24576:BkBdGK+w/kwYq73x7rujXxAS85qbN9z8YKMRD78pE60XrGDylKzOUY+rXy808fsE:BGdFR/kw57qjXxAS2qbNBqwD78b0XrGt
TLSHT16F65335EBEDDCE583C7E71D54BE288C11B53FAA2021BD439863158797016E5F2A02E3E
Key Value
FileSize1067388
MD59EAF495E7F3D2F05146CEEB1A26F183B
PackageDescriptiontool for static C/C++ code analysis (CLI) 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; . This package contains the command-line interface for cppcheck.
PackageMaintainerJoachim Reichel <reichel@debian.org>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.86-1
SHA-10F203EAF8716D2A319E652C477FA6418BBC83150
SHA-2568AE2D06DE85D5D03E88431B5BA1A80620B6D2E860E06EB5855C232C742190E79
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//mips64el//cppcheck-1.87.tgz
MD5D5F343A2CE17F426B0D96C3F8B9179F4
SHA-1102B98C4A2BCA7375DE8FC6DDAD39A512F6B1B5B
SHA-256123F4F63B3237C6DBBB3F3F32064568F38788BDA0FD41AE6A85E38C49C3EDA76
SSDEEP49152:8Sq9RJs9mZI+Ga0PomA+bKrPEu7A/2kkfnwj+81RWkZQwJ6I:wRJs9mZI+Ga8omA+b27A/ifXkKO6I
TLSHT1298533B6416E76AAB0421BCC7561A2C603D8BF108F2C69520E659AF9D5F707CCC31DBB
Key Value
FileSize841400
MD50BFF65917A8505138106726BB672FE59
PackageDescriptiontool for static C/C++ code analysis (CLI) 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; . This package contains the command-line interface for cppcheck.
PackageMaintainerJoachim Reichel <reichel@debian.org>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.82-1~bpo9+1
SHA-110B534AA686E23544919F67779F644724667D002
SHA-2562057C25BF58E3B3335663839190EC2011877FE13E480216C3C6843254CAE2BF3
Key Value
FileSize961776
MD54110E6498BA61FA79711E96C4176987F
PackageDescriptiontool for static C/C++ code analysis (CLI) 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; . This package contains the command-line interface for cppcheck.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamecppcheck
PackageSectiondevel
PackageVersion1.86-1
SHA-115AACD3058EEEA150D720B8548A1127349D16C40
SHA-2562E0712AA777C9AE1DF37CFC941236400BA568D64E144B5018057FE8AD4F70DC9