Result for 9D3F18B4CD2548A47C868212D1AA09B0E018B012

Query result

Key Value
CRC32924524F9
FileName./usr/share/codelite/config/cfg/motif.cfg
FileSize4640
MD538D89D39FADC0299A2845E2F24B91C56
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Analysis', 'Language': 'English', 'MfgCode': '1722', 'OpSystemCode': '289', 'ProductCode': '183058', 'ProductName': 'Cppcheck source code', 'ProductVersion': '2017-08-08'}
SHA-19D3F18B4CD2548A47C868212D1AA09B0E018B012
SHA-2568D6027D2B2C6D16ED1785D590B64B464E71E41C40A7D832503AFE14DE8F670A6
SHA-512A4790AF797A710189E6FFBE8CC9B405907E8CF217745F8C6EB4CC075B7D4A36B7A0ED44CEAF2DD418D665D6AE2D8BDB07366378C6E96E8D081E33135FD9110D3
SSDEEP96:FoI+vG/aHR2/y+dN7+j+G9xI8F+qe+q7+qCWBqmY89xv/+8t+81SSz+U/3Dk/K+v:FP4s60h+j+G9xI8F+h+6+3WBqmYiv/+z
SpecialCode
TLSHT103A11759FCF9386AC1166720EE774031AE56CAC3F93A1681FC987AD42F534966073CAC
dbnsrl_modern_rds
insert-timestamp1728987404.7271833
mimetypetext/xml
sourcesnap:KapGE07SxDb2s9skpiLpgEBwFJcyxnD5_3
tar:gnamebin
tar:unameroot
hashlookup:parent-total92
hashlookup:trust100

Network graph view

Parents (Total: 92)

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

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
FileSize774282
MD5F6C1A493DFD246985EF1B7479BB09DC9
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.80-1
SHA-10B37B04B90EEC58F0F31AD83B0D4001D1D790648
SHA-2568AD6801D9BAE26ADFD4947F15137E03424A4C31D8508BAB256E82868A878807A
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
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
Key Value
FileSize857782
MD5AB2A2A1423B0B05EC143D9F70B0D7169
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-116DE6C054DD2D5E399DABADEEBFF4D181CE4C327
SHA-256A3AEF030485E16840EC327AB7240981B758E7D33CB11F1552ED88911715380F6
Key Value
MD525997E20C383594F0010271CD89DA8C2
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
PackageRelease50.d_t.3
PackageVersion15.0.0
SHA-117F82A74FA528F37867B2CA1CB21E57800619C66
SHA-2565724E433B8D6678FF0CC8FB6FA930CA8B49BCFC42D73937ECC8E33F00FB978F4