Result for EC73A4720DF41BC3FF868DC147D674C5B4C9B377

Query result

Key Value
FileNameshare/cppcheck/cfg/std.cfg
FileSize123562
MD550B4C5FBEA3199BA7392C15F0AF9E4B1
SHA-1EC73A4720DF41BC3FF868DC147D674C5B4C9B377
SHA-2563DBD52241E11DAA5E789A02126DE544404DEA32ED0917244FBDB8AE7BC19036D
SSDEEP1536:yojtktSt2hgh9hZikwWC5QnQeQ12f/i/C222nCt6z6eFvv/aqEpYDpUBCoUWUSmm:9ikwJv8
TLSHT157C3F669F8FD74AAC2455520BFB30029BE558AC3B66A12C1FCDC3A943F5305A6027DED
tar:gnamebin
tar:unameroot
hashlookup:parent-total12
hashlookup:trust100

Network graph view

Parents (Total: 12)

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

Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//amd64//cppcheck-1.69p0.tgz
MD590F802BF416FB9DBC0E0BDD240D1C965
SHA-1907F3BF5578AE8A691DD8A3C7862CBA30D09DBC2
SHA-256965C5AE22327FD65B0B4E526ABFD52043B8F958FCA152B3996625B7045013775
SSDEEP24576:AdiFdNwZnrtqOx8x3uqD1Mrb8xln6sfrWNvJFV4bz3C4DimLxm:KiFHGrHexxDWQxlvryJFVQz3C4DbLxm
TLSHT17A5533E04091724329FC4F97B89F429F61BD4FE60F4A388E1DF78389585A235EB39895
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//sparc64//cppcheck-1.69p0.tgz
MD5FA7416E63AEA6CD9398FE6E422BFC813
SHA-19A38CFD68109C8B388D4D4524EEE8B85A255A971
SHA-256772DAAD87B4FD69EAB1642E18C0BDABFE7E1BD8B4602D9EF2AF54A3930C963E7
SSDEEP24576:nwyvHCwQqvvmifiy7qi4GKy62sh+BfqqWP9BvgP1SPRgRb2WnaxG67kVcQvJT:nwyvG0BKs3Ky6l+UqWlBvgPEPWbXaMaG
TLSHT1CA55335EF6AC8B456EF46B3F72A2B3002421A58FD46C3F38D061DD18F447D6E68076A9
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//alpha//cppcheck-1.69p0.tgz
MD5CE56A5296EDCDFB4554431D13B6222CF
SHA-1407E824F24EBE6BA69F6DA63DD064A6ABFA7B2B2
SHA-256970E81675052A412119F36F342A90D90421EF4AE5AE4F4DA1CB67E72E7DEAC98
SSDEEP24576:m9vqQDTI8ykZpnZHi2TZ1NEIZSO4cQvcKuRYStWkow98lIKzsUW+:mRfI9kZPH3zNEI8O4/uRYDNsUW+
TLSHT10D553354EEFF7C6E8DF892D04AC654EE71C8808CF1BA595F8A4B599D4B8C4DC28C85B0
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//powerpc//cppcheck-1.69p0.tgz
MD5F11609F50BED14B75E46C31F23AF5E6B
SHA-13F0A75407B53933E5146B8852B89C68E51A727A2
SHA-2567845321DA8B52080979915B5FE86DF73D573C5A647B4F3B10B99609BEBF80AEF
SSDEEP24576:hZ7Zjm88w1WyyB1TdRscc9k3OKezkmCw1pc5/e4iLbUaV8pu0r2JsNGyu5:hZtm8TI1TET4hakgcgFLquw2uXu5
TLSHT14F45338AEBF3D266E85700C2FEC25816F22F842F1858441E936BC9E6C2159C5DDD2D7E
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
FileSize771676
MD572776434977B74F35375C0D6E2FD2703
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-1B868C2AE35B431AE3E88FC46EDD5448AF9591166
SHA-25611F573A5AB49F60BD28D811A5F5B34747704ACA67FC51A55F681D49D52D11FA0
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//hppa//cppcheck-1.69p0.tgz
MD53E4AB5B591CAD9758958F0C47CBA44C8
SHA-1539A57788572F13B1341947207E9A280B7DFA1B3
SHA-256F878BC2C239BAB057BC79A59A3CBF0C63CC6221143AE43CEF55B4331B848401D
SSDEEP24576:wCSOsy1UnuLiNSC7eOmZVvhpQYuS6jbyh954RC5bR9mlHDPGrrRYVxKen:xSmG7Npy1ZV5GXS54R4R9mcAn
TLSHT19C6533E52FA0EB5B2DF6F1753E18101CB271D188A474F338D77955993A7A8AC743A08C
Key Value
FileSize632896
MD5CDCE75334CEA89D7E22C9512E6FE7EE1
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-17E1B2220B5FEC6017C4131AEBFD92B509B58B477
SHA-2569FD0698F2AAF25EBE6F84CA31175D96F4FF7737BADD19F367790D40AB42716FF
Key Value
FileSize680402
MD527BC92BFF84F3790FAC30FAB881A8CB0
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-19FF47ACB88ADA4FBFA84BD620D46F8E1244F75D1
SHA-25648E9B8051507F6CA35003968343FA372697A16448A7B211363169525BA34D0F1
Key Value
FileSize758586
MD580514BDE551F641B76E27F2D8E2CEB05
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-191ECA8000F3EE953467E2D7F576E8E000A56789B
SHA-25605EAE38116BF46FE826995F9D58140AC0D14CE7F859987CE5D3FFDEC9CAD4392
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//i386//cppcheck-1.69p0.tgz
MD5126C256373B8F2DC351365DAF8D11F23
SHA-13F74B67359EE9D9DA0D585BA20A28E5CB81150C0
SHA-25620C8E6E996AAF64813CE9DA411FD3FABEAAFB9B1F88ADC8B273FBEBF37B52218
SSDEEP24576:/Q5CEh9lVnr0cjtbAeCFR6Ddw0821eMHuhim0aWGQfwH0ERZu11YpKkpFM20xBG:/m9h9rhjp4R6DG0821jHuhim0jtwHxN3
TLSHT17B5533A90BF1251DF2D82D248317414B989A2CE8CF7B1B82FCE152FB1650FF59A19E4C
Key Value
FileSize668798
MD56FB0B84D36169ECAD4F8CC559C6E4094
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-16500FEB185BFFAE77E665E52F66594C527D5497A
SHA-2563C5CBA1065C5D2101B54A5E0B76811635D13D0B3A00B47AEFCAF18580024F687