# memlog **Repository Path**: bxtx/memlog ## Basic Information - **Project Name**: memlog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MemLog MemLog logs calls to malloc and free as well as reads and writes ## Usage Build MemLog: $ make PIN_ROOT=/path/to/Pin obj-intel64/memlog.so Run MemLog: $ /path/to/Pin/pin -t obj-intel64/memlog.so -- /path/to/executable