Result for 02BBC2163B398D8411A21B9A477EA0DE5A07F48B

Query result

Key Value
CRC3226545299
FileName./usr/src/gmock/gtest/CONTRIBUTORS
FileSize1358
KnownMaliciousmalshare.com
MD515C89D1C05F9A7338B751CB2CCD170AD
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'software collection', 'Language': 'English', 'MfgCode': '369', 'OpSystemCode': '51', 'ProductCode': '17069', 'ProductName': 'LXF184', 'ProductVersion': 'June 2014'}
RDS:package_id293705
SHA-102BBC2163B398D8411A21B9A477EA0DE5A07F48B
SHA-2564D911CD5E6D71F3F4BBCB2788B2F916DF4B0CE1E088752A159457A1D936AE0CE
SHA-5120B8E01F697CFA0CAF4166ADD7D0FE9E86C0700B59C810181E9E42162AD8A759FB0D83B835E1E314040A7D23D2F91CF53D78B5EFFE20CB2F664AFD77324EDEAC1
SSDEEP24:qQJc251K2HF7l2DNTNAupIIzgM46b7phE8Uzis4vjO3lkpnDVD/CPV4b9m0iw+:VcKK2HuDZ+IzU6HphMisRklBzCO2N
SpecialCode
TLSHT155212D13BD8C223352CAC80F7061FC9E2CB99F3699EEF0EA4529006724E7C55601D4F0
dbnsrl_legacy
insert-timestamp1728262608.978901
mimetypetext/plain
sourcesnap:2V9w8kYOtxYW5wN1bXWwQ1dllTmnzKiS_13
tar:gnameroot
tar:unameroot
hashlookup:parent-total191
hashlookup:trust100

Network graph view

Parents (Total: 191)

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

Key Value
FileNamehttp://ftp1.fr.freebsd.org/pub/FreeBSD//snapshots//i386//12.2-STABLE//src.txz
MD5BAE83E79BC11548FB16B6766157E04CB
SHA-100628F01D07F1D368C4CA5E65444E783F7CDB625
SHA-2562D43B6EEE9FD7DF77DD2A43397DB22C9F6EE6228994E8621665A1FC16B5EF05D
SSDEEP3145728:0tsE9Xn095XzAwvL1yjFXRRQYNKu2wFy/j+dlpqva6lP3Dkcba0lLDK4v1:0XkJJ2NKu2w8azpqy6lPN1DK4
TLSHT112883306FE73DCE54B8FCFE51A23E9615D40F128D6367A894BB64A059FE320D80E6835
Key Value
FileSize652526
MD5D506B6CFF9A3449CB4325D9CD6D00B24
PackageDescriptionGoogle's C++ test framework This package combines formerly-separate Google Test and Google Mock. . Google Test is a framework for writing C++ tests on a variety of platforms. Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation. . Google Mock is an extension of Google Test for C++ mocking. Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, it can help you derive better designs of your system and write better tests. . Google Mock: . - provides a declarative syntax for defining mocks, - can easily define partial (hybrid) mocks, which are a cross of real and mock objects, - handles functions of arbitrary types and overloaded functions, - comes with a rich set of matchers for validating function arguments, - uses an intuitive syntax for controlling the behavior of a mock, - does automatic verification of expectations (no record-and-replay needed), - allows arbitrary (partial) ordering constraints on function calls to be expressed, - lets a user extend it by defining new matchers and actions. - does not use exceptions, and - is easy to learn and use. . NOTE: This package does not contain a library to link against, but rather the source code to build the google test library; this is because the google test library must be built with the same flags as the C++ code under test.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamegoogletest
PackageSectionlibdevel
PackageVersion1.8.0-6
SHA-1006CB910B508EA29949C9EE723A12F2B85E06EC9
SHA-25666BF2CE8A4108773FCF0081019B77426E60B228B629D2E603FE67FA4D3A205F8
Key Value
MD5F65AF0A8645073B7CC92FCCD9741AACA
PackageArchs390x
PackageDescriptionGoogle's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation. This package provides shared libraries and header files for development with googletest.
PackageNamegtest
PackageRelease4.1
PackageVersion1.10.0
SHA-1061EE5DECBC835F983871243FCB65B8D7D1C7B36
SHA-256B84B85C6028229577B48E1F22EAFA617423A388E30B188A85071C499DF31E7C1
Key Value
MD5C1CEACCE9D14BAC264CF13EE63F0FCAD
PackageArchppc64le
PackageDescriptionGoogle's framework for writing C++ tests on a variety of platforms (GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.
PackageMaintainerFedora Project
PackageNamegtest
PackageRelease5.fc23
PackageVersion1.7.0
SHA-1075776A0BF8C428AD314593A5B55A74ED6450283
SHA-256548EDABB5421F4D258A45B7196814B97EC90A44DA9A8BB6E9536B3C5360C3F4A
Key Value
FileSize652524
MD5F715FE5A685CBCCE9ADF35779DAFD092
PackageDescriptionGoogle's C++ test framework This package combines formerly-separate Google Test and Google Mock. . Google Test is a framework for writing C++ tests on a variety of platforms. Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation. . Google Mock is an extension of Google Test for C++ mocking. Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, it can help you derive better designs of your system and write better tests. . Google Mock: . - provides a declarative syntax for defining mocks, - can easily define partial (hybrid) mocks, which are a cross of real and mock objects, - handles functions of arbitrary types and overloaded functions, - comes with a rich set of matchers for validating function arguments, - uses an intuitive syntax for controlling the behavior of a mock, - does automatic verification of expectations (no record-and-replay needed), - allows arbitrary (partial) ordering constraints on function calls to be expressed, - lets a user extend it by defining new matchers and actions. - does not use exceptions, and - is easy to learn and use. . NOTE: This package does not contain a library to link against, but rather the source code to build the google test library; this is because the google test library must be built with the same flags as the C++ code under test.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamegoogletest
PackageSectionlibdevel
PackageVersion1.8.0-6
SHA-107C6150CB800AAA46A729B78A1F540C2EF03B979
SHA-25674B3A84081AE83CE9105A67FAB3CCDC1C1500C29969C29609B18BBF508181A7D
Key Value
SHA-10858443378905CD1A8C48D47212816A2E4DCE2F0
snap-authoritycanonical
snap-filename4OEIwBdHtBoIVsGH8N5pbgpxFsiw5p5o_22.snap
snap-id4OEIwBdHtBoIVsGH8N5pbgpxFsiw5p5o_22
snap-nameros-noetic-ros-core-dev
snap-publisher-idcanonical-robotics
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2024-01-30T10:42:47.388044Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/4OEIwBdHtBoIVsGH8N5pbgpxFsiw5p5o_22.snap
Key Value
FileSize902852
MD551B6E445D19B07B7547D63BEEB0D4880
PackageDescriptionGoogle's C++ test framework sources This package provides sources for Google Test and Google Mock. . Google Test is a framework for writing C++ tests on a variety of platforms. Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation. . Google Mock is an extension of Google Test for C++ mocking. Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, it can help you derive better designs of your system and write better tests. . Google Mock: . - provides a declarative syntax for defining mocks, - can easily define partial (hybrid) mocks, which are a cross of real and mock objects, - handles functions of arbitrary types and overloaded functions, - comes with a rich set of matchers for validating function arguments, - uses an intuitive syntax for controlling the behavior of a mock, - does automatic verification of expectations (no record-and-replay needed), - allows arbitrary (partial) ordering constraints on function calls to be expressed, - lets a user extend it by defining new matchers and actions. - does not use exceptions, and - is easy to learn and use. . NOTE: This package does not contain a library to link against, but rather the source code to build the google test and mock libraries. This enables building the google test and mock libraries with the same flags as the C++ code under test.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamegoogletest
PackageSectionlibdevel
PackageVersion1.8.1-3
SHA-1095D533520E228821EB547373D8B3A043ABDC329
SHA-25693A3385A88C5A69AA8E277E11F1FC16C07BADECC77591EE64931FA0FF6B8B358
Key Value
FileNamehttp://ftp1.fr.freebsd.org/pub/FreeBSD//snapshots//amd64//12.3-PRERELEASE//src.txz
MD589CE472AC800DFD44A042285F2B0CCEE
SHA-10A2FAAE349B7D72F7F233EAA2C48CE87EA03B7D0
SHA-256207604918D259DAF293964EB3CABA9619D10DDBDE74554853A9E7A29E87539CB
SSDEEP3145728:/NbJR/7RF7ZmDK2ydMrK0mpA5hgkwOlWY3VtO3pWBWw9Al1VlJ32/ndRr8t:/Nj/9ODKJMrKAhgeoY3Vs3qv9AnDJm/Q
TLSHT17088336101F6A79E6EEC6FE8E82B14B0A0014CFE77811F96C50B35B179D3ED971AC468
Key Value
MD506E0506409A07E74C9F85E4B5DA2581F
PackageArchs390x
PackageDescriptionGoogle's framework for writing C++ tests on a variety of platforms (GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.
PackageMaintainerFedora Project
PackageNamegtest
PackageRelease4.fc20
PackageVersion1.6.0
SHA-10CC313B932CC0009B5CDAE19AD5D7D451F85EAFD
SHA-2560E1AC628DD3F57FCFA626C055E552B020EDBCA16FC8C528949D959D24B65F9E5
Key Value
MD52CDF15770438D9DB39106AE3BA07CE3A
PackageArchs390x
PackageDescriptionGoogle's framework for writing C++ tests on a variety of platforms (GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.
PackageMaintainerFedora Project
PackageNamegtest
PackageRelease2.fc21
PackageVersion1.7.0
SHA-10CDFB3F899AC9F789BB671BEA8CD31FFADEBC987
SHA-256E19C3EA4B7FBB98C4692C43D94471658ED3E5D3BA456B2579D8D9F3B56FBE459