Essays about: "Valgrind"

Found 3 essays containing the word Valgrind.

  1. 1. Memory Management Error Detection in Parallel Software using a Simulated Hardware Platform

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : Udayan Prabir Sinha; [2017]
    Keywords : computer architecture; concurrent computing; dynamic binary analysis; memory management errors; operating systems; virtual platform; uninitialized memory; datorarkitektur; parallella mjukvarusystem; dynamisk binär analys; minneshanteringsfel; operativsystem; virtuell plattform; ej initialiserat minne;

    Abstract : Memory management errors in concurrent software running on multi-core architectures can be difficult and costly to detect and repair. Examples of errors are usage of uninitialized memory, memory leaks, and data corruptions due to unintended overwrites of data that are not owned by the writing entity. READ MORE

  2. 2. Valgrind on OSE

    University essay from Akademin för innovation, design och teknik

    Author : TaNG Lifei; [2012]
    Keywords : ;

    Abstract : .... READ MORE

  3. 3. Development of a prototype taint tracing tool for security and other purposes

    University essay from Institutionen för datavetenskap; Tekniska högskolan

    Author : Ulf Kargén; [2012]
    Keywords : dynamic taint tracing; dynamic taint analysis; security; binary analysis; Valgrind; dynamic binary instrumentation;

    Abstract : In recent years there has been an increasing interest in dynamic taint tracing of compiled software as a powerful analysis method for security and other purposes. Most existing approaches are highly application specific and tends to sacrifice precision in favor of performance. READ MORE