Result for 03B4077C05BF8B0CF027154D62592B4A65A2FC2B

Query result

Key Value
FileNamemc-manual.html
FileSize135820
MD5EB720933047A98CD7808A0838F1F5B23
RDS:package_id293681
SHA-103B4077C05BF8B0CF027154D62592B4A65A2FC2B
SHA-256A11C9E984F69013F5866B3902731111A27C9B0D42888CF89D3C70429BA2CCDBD
SSDEEP1536:2ci7tByNAtap2+8FZXNOAEA2yAweFg6RPIZsXp7BfblgseEyyJhNqcR8q:2BlAp2zFZ9DRAweFVIZsbjlYyJzx
TLSHT19BD3A436E94917B3118392D9AA9817B477DFE02ED3600A943CFC835C5F06DE9463B68E
insert-timestamp1678951486.8573794
sourceRDS.db
tar:gnameroot
tar:unameroot
hashlookup:parent-total29
hashlookup:trust100

Network graph view

Parents (Total: 29)

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

Key Value
MD5B23A307ACBCA729DA38AC25CFD196540
PackageArchx86_64
PackageDescriptionValgrind 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.
PackageNamevalgrind
PackageRelease286.d_t.1
PackageVersion3.16.1
SHA-1249B0110F9814DE1A6AE995304ABBEBF2E52BC0A
SHA-256800433CA1B25B563D28B20185C128E2B912D9D15FC7BDC303056A140A15EFA29
Key Value
MD52B4B141EEF94C31CE95E306FD94800F6
PackageArchx86_64
PackageDescriptionWhen 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 problems such as: * Use of uninitialised memory * Reading/writing memory after it has been free'd * Reading/writing off the end of malloc'd blocks * Reading/writing inappropriate areas on the stack * Memory leaks -- where pointers to malloc'd blocks are lost forever * Passing of uninitialised and/or unaddressible memory to system calls * Mismatched use of malloc/new/new [] vs free/delete/delete []
PackageMaintainertv <tv>
PackageNamevalgrind
PackageRelease10.mga8
PackageVersion3.16.1
SHA-129AFDF3A701B4077B42A8578962BD193D4AE7C9E
SHA-256F6A9B0CE1DDD72025264AB5624CCA3BA90CC605F50B209322196C358F0683472
Key Value
FileNamehttp://archlinux.mirror.root.lu//pool//packages//valgrind-3.16.1-4-x86_64.pkg.tar.zst
MD5B4B94E63E10588D7F52A21CBE79CA30D
SHA-12B30EA2797AFF280022F1FDCC4ED53695433CCC7
SHA-2565F8073F3DC2AE10455CD1B6F7499B67A116D7CF9523BB6D3F6CB7FE4D7AAC307
SSDEEP786432:jR140uX63TndZVavBMtESuO5afI0noByhDtJBDUj+IsRop8Gmu33AE5e1Ugqb80/:js0R3TnL8vmaSuwghEiIoK8GbnnygkgH
TLSHT14ED7335075B44C77F10DE0328351B2647263EDA1A661CAB4F5237BA6AF315C28E36B8F
Key Value
FileSize8858136
MD5D763933D3D136E22EE0E373FC35E1279
PackageDescriptioninstrumentation 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)
PackageMaintainerAlessandro Ghedini <ghedo@debian.org>
PackageNamevalgrind
PackageSectiondevel
PackageVersion1:3.16.1-1
SHA-12C06F17764964CF7FE3E310A47CA79C28EE4472D
SHA-256494F851339A241762F67106C090F6C20E3976E4BF14C059AEFB607579D872CC5
Key Value
FileNamehttp://mirror.math.princeton.edu/pub/blackarch/blackarch/os//aarch64//valgrind-3.16.1-2-aarch64.pkg.tar.xz
MD5B76431E6E62CFDB99A4E3DC48A982E3D
SHA-138B811A0E532256A5198FB5C284D3758162A302B
SHA-25627B63E4B9119B52074E027E0F7EC0338410F899151FDE1563595468A97056310
SSDEEP786432:Nu8xQaddz0fuyHag5IwiMnw58+5MG7G2vUxKcAzke6Uz7MvypJWTA:I8x1z4aVT58+6IG2vUow2Qvy0U
TLSHT17E87336F723BC43C72801F0E2A62C448C6D85C5E3BFA66D711790896DA5F667AC1F278
Key Value
MD546C1FFEC7515B0CF97C0327919B52FBD
PackageArchaarch64
PackageDescriptionValgrind 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).
PackageMaintainerFedora Project
PackageNamevalgrind
PackageRelease5.fc33
PackageVersion3.16.1
SHA-13B2AD6A4DD681AD98BB4932D4A985FF1EEECF8AC
SHA-256C518AB3B53597D9B2C82940A1239917A9F8385109153FE3D904F1FD68D1140E0
Key Value
MD5DB6F46E6D7E8D6EAB47A6013E7136C83
PackageArchx86_64
PackageDescriptionValgrind 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).
PackageMaintainerCBS <cbs@centos.org>
PackageNamedevtoolset-10-valgrind
PackageRelease5.el7
PackageVersion3.16.1
SHA-140C79FEDA152B4EECC30BFC4A955EEABFF9AB574
SHA-2566A1F4DCEB5123B97860704F31D21FEB3B443A8132A333ABBF74115D91D62CDD1
Key Value
FileSize8164556
MD579E3131E459336EFD06414322560C621
PackageDescriptioninstrumentation 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)
PackageMaintainerAlessandro Ghedini <ghedo@debian.org>
PackageNamevalgrind
PackageSectiondevel
PackageVersion1:3.16.1-1
SHA-14C16275291895AA73A14D72B5313F64E54BECBF2
SHA-2562864DFD1C21D69CFE1A4EC2CF2062B4CAF15DB7333B36754DBB63119FF6858D7
Key Value
FileSize8078340
MD5E4DB483D39C152B4AB6CFE17BDEF8775
PackageDescriptioninstrumentation 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)
PackageMaintainerAlessandro Ghedini <ghedo@debian.org>
PackageNamevalgrind
PackageSectiondevel
PackageVersion1:3.16.1-1
SHA-14C5ED314B20988DB73DE986BABE38FD0AD86AFF5
SHA-256035F92778305F69AA2517B1F8D79539D5851A8D2572DE2170C51B5C9974ED5F4
Key Value
MD5E58E87ED7C5D72D7FEE05AA071171997
PackageArchs390x
PackageDescriptionValgrind 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.
PackageNamevalgrind
PackageRelease286.d_t.1
PackageVersion3.16.1
SHA-15283BAB81461F9EB63621775FB8D03673181F8F8
SHA-256A897DC0BB1763DD0C2303C6C363FE0B532F4DF8954619317367DBFE2A2AD7E73