Key | Value |
---|---|
CRC32 | E47712B3 |
FileName | ./usr/lib/i386-linux-gnu/valgrind/64bit-avx.xml |
FileSize | 1192 |
MD5 | A7301D70B7FA08A0A10673201E4578BC |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '1722', 'OpSystemCode': '599', 'ProductCode': '163709', 'ProductName': 'BlackArch Linux', 'ProductVersion': '2017.03.01'} |
SHA-1 | 0A5E771D8C7732DD552D6D681CB8751BBE1D50DA |
SHA-256 | 189C49018390D4A44617910319A7F4656A202FDE9C40693D251409C5C848297D |
SHA-512 | D650AEC9CE68B2EE64CC8D6B4C22E398F14CF135B5BFDCCEB1FE4D7AEDBE3D0126642A9D08B34B45C8F3731DD0AD8D6E466FE484BBE567446382D0D55A6E0B84 |
SSDEEP | 24:vv9ZbWnuQAQUgZgWbgbgGs2g1gegXg4gRgoUg+bgRgMbgDs2gSjvT:rbFQ/5AsDJyT |
SpecialCode | |
TLSH | T16921AF4682434E12BAFE04E9C6207D40AC2FE3DA63585856129D7CDFF5974D831DD9CC |
db | nsrl_modern_rds |
insert-timestamp | 1728244571.4672356 |
mimetype | text/xml |
source | snap:1ChRFuKzm7aeJVDVCLzRXHf3CwXz00Xx_10 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 354 |
hashlookup:trust | 100 |
The searched file hash is included in 354 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 68834E4B41E9D59A97EE12D439ECE66D |
PackageArch | s390x |
PackageDescription | Valgrind checks all memory operations in an application, like read, write, malloc, new, free, and delete. Valgrind can find uses of uninitialized memory, access to already freed memory, overflows, illegal stack operations, memory leaks, and any illegal new/malloc/free/delete commands. Another program in the package is "cachegrind," a profiler based on the valgrind engine. To use valgrind you should compile your application with "-g -O0" compiler options. Afterwards you can use it with: valgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes --db-attach=yes my_application, for example. More valgrind options can be listed via "valgrind --help". There is also complete documentation in the /usr/share/doc/packages/valgrind/ directory. A debugged application runs slower and needs much more memory, but is usually still usable. Valgrind is still in development, but it has been successfully used to optimize several KDE applications. |
PackageName | valgrind |
PackageRelease | 292.d_t.4 |
PackageVersion | 3.18.1 |
SHA-1 | 00D04B880C0130ADA8481375A044D94DC832F438 |
SHA-256 | DB02B5BEF4D6EF7ED05C0015AE2AE138819BFEC8EA81175C9934C7D81C3DF146 |
Key | Value |
---|---|
MD5 | DE8188AA01D5A042CCD830643AEE94B6 |
PackageArch | x86_64 |
PackageDescription | Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif). |
PackageMaintainer | CBS <cbs@centos.org> |
PackageName | devtoolset-9-valgrind |
PackageRelease | 9.el7 |
PackageVersion | 3.15.0 |
SHA-1 | 0353840CBC3F9DA491F40631919E5E44D74D8157 |
SHA-256 | F8BF224904837780332FA295F05C6EED5B0AC7AE407EB8D7D5B03447257C1FDB |
Key | Value |
---|---|
FileSize | 16391656 |
MD5 | 676C63E91ABD4C81F13E479D8F80E6D7 |
PackageDescription | instrumentation framework for building dynamic analysis tools Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools. . The Valgrind distribution currently includes six production-quality tools: * a memory error detector (Memcheck) * two thread error detectors (Helgrind and DRD) * a cache and branch-prediction profiler (Cachegrind) * a call-graph generating cache and branch-prediction profiler (Callgrind) * a heap profiler (Massif) It also includes three experimental tools: * a stack/global array overrun detector (SGCheck) * a second heap profiler that examines how heap blocks are used (DHAT) * a SimPoint basic block vector generator (BBV) |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | valgrind |
PackageSection | devel |
PackageVersion | 1:3.8.1-4ubuntu1 |
SHA-1 | 035FB17B1199629E44F4A3EEB9661AC48DCD4D87 |
SHA-256 | B1AF0B465D758E117B5AD6C572A754FE52548AA894D5EADCC24D780AF00AE6B7 |
Key | Value |
---|---|
FileSize | 16367342 |
MD5 | 6462C4B3433384E487B32BAE3D6AC3DC |
PackageDescription | instrumentation framework for building dynamic analysis tools Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools. . The Valgrind distribution currently includes six production-quality tools: * a memory error detector (Memcheck) * two thread error detectors (Helgrind and DRD) * a cache and branch-prediction profiler (Cachegrind) * a call-graph generating cache and branch-prediction profiler (Callgrind) * a heap profiler (Massif) It also includes three experimental tools: * a stack/global array overrun detector (SGCheck) * a second heap profiler that examines how heap blocks are used (DHAT) * a SimPoint basic block vector generator (BBV) |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | valgrind |
PackageSection | devel |
PackageVersion | 1:3.8.1-1ubuntu5 |
SHA-1 | 051050105293C943973146DA9B971E304899C4FD |
SHA-256 | 26C6F9DAD9A1C86D08B3EA1C5502B82B70DD1589C651D28C3B91422830EE42DF |
Key | Value |
---|---|
MD5 | A940148BA450B51FA529B3D97D4E315E |
PackageArch | ppc64le |
PackageDescription | Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif). |
PackageMaintainer | CentOS Buildsys <bugs@centos.org> |
PackageName | valgrind |
PackageRelease | 4.el8 |
PackageVersion | 3.17.0 |
SHA-1 | 0537A736364FC5F369F0441336B94134A74A0D9C |
SHA-256 | 2F78A37FB44390CB1DC09D6CBC4DAE03B047D89E1BE12C78D570ADB101509E8C |
Key | Value |
---|---|
MD5 | 19F2401C1446FE070D68E734AC6139CE |
PackageArch | i686 |
PackageDescription | Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif). |
PackageMaintainer | CentOS Buildsys <bugs@centos.org> |
PackageName | valgrind |
PackageRelease | 4.el8 |
PackageVersion | 3.17.0 |
SHA-1 | 071E637B523D4E13E8D9C7B2C42FD43627B55075 |
SHA-256 | 6459D489C47DEFC5F086AAF76228562B1125D30B27D41DCE916B75905478DB01 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/5.9/packages//amd64//valgrind-3.10.1p8.tgz |
MD5 | 462089A74314359D81CC3D0EABFE9A6C |
SHA-1 | 08018CEA2C01003ECAA4C743BA91A8735509BD11 |
SHA-256 | D5109DCB1FDFA3A923FB83E0D2B9E861385F815AE98D67B6FB1B2AB3FFF766E0 |
SSDEEP | 393216:UGxYGznsSsx4/9VfjAF/6JoKZEWf2scOJrSx1xxFwHRBk3lqldRBmZbklDlmSyWB:USLQSsx4DjAFBKaWf1RkaBkVQSohJSs |
TLSH | T1E85733CDFFE8198B219B14BDE62529F0D4E159CEB53149B2C50C79C88B827CAE3ADD05 |
Key | Value |
---|---|
MD5 | BDBC9F4234859C0CFD79237A94F791D6 |
PackageArch | s390x |
PackageDescription | Valgrind is a tool to help you find memory-management problems in your programs. When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. As a result, Valgrind can detect a lot of problems that are otherwise very hard to find/diagnose. |
PackageMaintainer | Fedora Project |
PackageName | valgrind |
PackageRelease | 2.fc20 |
PackageVersion | 3.9.0 |
SHA-1 | 08AB1A401BF3FC66C7F9649F0E409BE17C5DF65B |
SHA-256 | 83B1D839464917247F266DA686FA68711E43570AE9101F4FAF15B37CDF244A20 |
Key | Value |
---|---|
FileSize | 12536688 |
MD5 | 16D762A7771893093B735DE8E0C50C48 |
PackageDescription | instrumentation framework for building dynamic analysis tools Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools. . The Valgrind distribution currently includes six production-quality tools: * a memory error detector (Memcheck) * two thread error detectors (Helgrind and DRD) * a cache and branch-prediction profiler (Cachegrind) * a call-graph generating cache and branch-prediction profiler (Callgrind) * a heap profiler (Massif) It also includes three experimental tools: * a stack/global array overrun detector (SGCheck) * a second heap profiler that examines how heap blocks are used (DHAT) * a SimPoint basic block vector generator (BBV) |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | valgrind |
PackageSection | devel |
PackageVersion | 1:3.15.0-1ubuntu3 |
SHA-1 | 093819B0B8C69698F452C1EB1346217A134C6207 |
SHA-256 | B5D6501E0ED4A0ADEEFD48E708F047A38FA107FB94CB21CA2973F4FB434177B9 |
Key | Value |
---|---|
MD5 | 3F64B3A04210B0E62D730C0F32397B33 |
PackageArch | x86_64 |
PackageDescription | Valgrind checks all memory operations in an application, like read, write, malloc, new, free, and delete. Valgrind can find uses of uninitialized memory, access to already freed memory, overflows, illegal stack operations, memory leaks, and any illegal new/malloc/free/delete commands. Another program in the package is "cachegrind," a profiler based on the valgrind engine. To use valgrind you should compile your application with "-g -O0" compiler options. Afterwards you can use it with: valgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes --db-attach=yes my_application, for example. More valgrind options can be listed via "valgrind --help". There is also complete documentation in the /usr/share/doc/packages/valgrind/ directory. A debugged application runs slower and needs much more memory, but is usually still usable. Valgrind is still in development, but it has been successfully used to optimize several KDE applications. |
PackageName | valgrind |
PackageRelease | 293.d_t.2 |
PackageVersion | 3.18.1 |
SHA-1 | 0BE3E17E547AAE942B5ABE2F7E129CB40E59DE0E |
SHA-256 | 75E4A25173881C3A1EA2F0912C435D9953FF9072C59F3881702C0FE9B6A5BFDE |