Result for 98F898B4665F5E873563637089DD953F3477C5A4

Query result

Key Value
CRC322EE02697
FileName./usr/lib64/ruby/gems/2.5.0/gems/ffi-1.9.18/ext/ffi_c/libffi/README
FileSize10767
MD53876C8CD210B26BED9297E2736837910
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Multilanguage', 'Language': '924', 'MfgCode': '599', 'OpSystemCode': ' 2017', 'ProductCode': '183719', 'ProductName': 'SUSE Enterprise Storage 4 x86_64- ', 'ProductVersion': 'dl.Aug.30'}
SHA-198F898B4665F5E873563637089DD953F3477C5A4
SHA-2566F5DF29AA18F82AD9BFAAD778C8A503A32ED4E0EF9BE591586361DB9FECF1EB3
SSDEEP192:updyE4pQQrV34FiWr0jffTWxJu0jHFiaApgLFIxxaXWrCg9ulpZkh:udyXQRT0jffTWbxEOLFSlrCJZkh
SpecialCode
TLSHT1DE22D637BE1A36332AB2C2E6564A4EE6EF3D81BC1747195D340D821C1342A5D85AFAC6
dbnsrl_modern_rds
insert-timestamp1647033040.7801733
sourceNSRL
tar:gname_logstash
tar:uname_logstash
hashlookup:parent-total137
hashlookup:trust100

Network graph view

Parents (Total: 137)

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

Key Value
MD59E99C51C8EC7EA9DC73DE302A15888FD
PackageArchi586
PackageDescriptionRuby FFI library.
PackageNameruby3.0-rubygem-ffi-1_2
PackageRelease7.40
PackageVersion1.2.1
SHA-1015E96EB1096AB5BC22EB655C847D24F13093889
SHA-2567FE744973235067E071326975FA418396744DE5A16BEB980B8711A46DD798280
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//i386//gitsh-0.13.tgz
MD53C4B759C32289DBAA31B72AC303615D8
SHA-102572751E7EF415970346BBC0A07A2D37CF0984B
SHA-256EEF40A5128CE02746A1B41E0A65D173A64AD1AC926CE2E25EA50D0C9D308A926
SSDEEP12288:Y6h8+lR4zLbd9ZacG26sAuI45CIBLhyKo+4DNhPKUhvVB9Bj1YzyQsZfyfnV72dg:JXIvdbaKAu7fX4hhPRvpOuEd+iJqjBjW
TLSHT158353340AA31275FDC4CCB7B8B4A701FB012E65785657D6E43D0B985EA7A7B8CF07062
Key Value
MD539C4B7A862C16AD80C826A3B8A973FA3
PackageArchi586
PackageDescriptionRuby FFI library.
PackageNameruby2.7-rubygem-ffi
PackageRelease1.350
PackageVersion1.9.10
SHA-104A1B14B65EF4EF501CE6A16CEA399664E37E2AF
SHA-256E18726D60D1387A70DA70CD4CA7208E5ADF17F42E535761EE95F261C65211E1F
Key Value
MD5F5646AC5073265223506AEF027F86398
PackageArchx86_64
PackageDescriptionRuby FFI library.
PackageNameruby2.5-rubygem-ffi-1_2
PackageReleaselp151.7.3
PackageVersion1.2.1
SHA-10568896DF1AEB9CEC9BB9BE6FDD6FCB3FF56E970
SHA-256878D379A41A27F7E7EDCAEB9E2785616C4B4A561B3679FD53AF110013B551D2E
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//i386//gitsh-0.13p0.tgz
MD59C089326653745B31815268251815863
SHA-10906F582569494F8A75A257E3BEE0A3DA750D6D4
SHA-256CB750DB0FEEC9E9A781044A75F351014508DE9B20FF8A3BE9449E40A227F1B98
SSDEEP24576:4wZyIvdbaKAu7fX4hhPRvpOuEd+iJqjBjW:LyIvdDA6PIjLEhJcNW
TLSHT1FA353340AA71275FDC4DCF7E8A5A602F6012EA1755467C9D02D0F9C6DE2B6F9CF030A2
Key Value
MD5167AF9B92B074CE383BC84209D9650F0
PackageArchppc64
PackageDescriptionThis package is for compatability to old versions only, and provides no Development libraries Compilers for high level languages generate code that follow certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The calling convention is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A calling convention also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. `Libffi' can be used in such programs to provide a bridge from the interpreter program to compiled code. The `libffi' library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages.
PackageMaintainerFedora Project
PackageNamecompat-libffi
PackageRelease4.fc20
PackageVersion3.0.10
SHA-1092A77B567A2E5149777F8A2EC2F360D8B06BF2B
SHA-256FF879F5D8D568C0074961073C758EE6C8CC4C8C08B201F2178FDA4832EF6971B
Key Value
MD5183D8B877DF9C66289D7A3A0A9E579F3
PackageArchs390
PackageDescriptionThis package is for compatability to old versions only, and provides no Development libraries Compilers for high level languages generate code that follow certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The calling convention is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A calling convention also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. `Libffi' can be used in such programs to provide a bridge from the interpreter program to compiled code. The `libffi' library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages.
PackageMaintainerFedora Project
PackageNamecompat-libffi
PackageRelease4.fc20
PackageVersion3.0.10
SHA-10F6A107D7D530E6D15A138B36AFBEFA27E8FDBEA
SHA-2561100EAF7398A7C71D832725CBCFA1B74CA1F5B71EDEDF298F9C88FFF98F5CCA7
Key Value
MD53B6B18538E3AC38D0F27F5B352B19004
PackageArchx86_64
PackageDescriptionRuby FFI library.
PackageMaintainerhttps://bugs.opensuse.org
PackageNameruby2.5-rubygem-ffi
PackageReleaselp150.1.8
PackageVersion1.9.18
SHA-10F6E16320E047C80D251B05FC5B6D74C5C3223D6
SHA-256D001650B2ADD6B92E6BD329561005CC1E3AB177C080649FD5B7FDE450056815A
Key Value
MD55F30ECD7CED8CC354D042610A5119632
PackageArchx86_64
PackageDescriptionRuby FFI library.
PackageNameruby2.7-rubygem-ffi-1_2
PackageReleaselp151.7.3
PackageVersion1.2.1
SHA-10FEDE93549CA8EC6DEA3339DE12846C3F288DC6C
SHA-256DA1BAB1BDDDAAC4F40D278A5B50021DE592F4AD407DEA53BE02180EAB2C5739B
Key Value
MD58B9B03F4780218B717629E8ED820186E
PackageArchx86_64
PackageDescriptionRuby FFI library.
PackageNameruby2.7-rubygem-ffi
PackageRelease1.350
PackageVersion1.9.10
SHA-1101443E19CCC083E20FAF2E245B309B3B0FB4393
SHA-256EF74AF3CE4D945D6B62D5D28C2F03E121BD5E0787CBDE405CADD27991D1876BA