HyperDbg Debugger
Loading...
Searching...
No Matches
list.h
Go to the documentation of this file.
1
12#pragma once
13
14/*
15#define CONTAINING_RECORD(address, type, field) \
16 ((type *)((char *)(address) - (unsigned long)(&((type *)0)->field)))
17*/