1
0
Fork 0
x64dbg/x64_dbg_dbg/stackinfo.h

8 lines
151 B
C

#ifndef _STACKINFO_H
#define _STACKINFO_H
#include "_global.h"
bool stackcommentget(uint addr, STACK_COMMENT* comment);
#endif //_STACKINFO_H