روزنوشته های یک برنامه نویس

۳ مطلب در فروردين ۱۴۰۰ ثبت شده است

memory error detector

دوشنبه, ۲۳ فروردين ۱۴۰۰، ۰۹:۰۴ ق.ظ

 

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 seven production-quality tools: a memory error detector, two thread error detectors, a cache and branch-prediction profiler, a call-graph generating cache and branch-prediction profiler, and two different heap profilers. It also includes an experimental SimPoint basic block vector generator. It runs on the following platforms: X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux, PPC32/Linux, PPC64/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux, X86/Solaris, AMD64/Solaris, ARM/Android (2.3.x and later), ARM64/Android, X86/Android (4.0 and later), MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.12).

SITE

  • epi log

security testing tool for linux

دوشنبه, ۲۳ فروردين ۱۴۰۰، ۰۹:۰۱ ق.ظ

 

Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system.

SITE

  • epi log

C garbage collector

دوشنبه, ۲۳ فروردين ۱۴۰۰، ۰۹:۰۰ ق.ظ

bdwgc

This is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc.

SOURCE

  • epi log