mirror of
https://github.com/hasherezade/tiny_tracer
synced 2026-06-08 14:36:37 +00:00
6 lines
71 B
C
6 lines
71 B
C
#pragma once
|
|
|
|
#include "pin.H"
|
|
|
|
size_t getReadableMemSize(VOID* addr);
|