【Delphi】Linux版的IsBadReadPtr
摘要:linux上没有提供用户态的内存指针读写安全检测函数,这里使用异常包来简单实现IsBadReadPtr: {$IFDEF UNIX} function IsBadReadPtr(lp: Pointer; ucb: UINT): BOOL; stdcall; begin try while ucb>0
阅读全文
posted @ 2018-12-17 17:43
posted @ 2018-12-17 17:43
posted @ 2018-10-21 15:09
posted @ 2015-10-06 02:30
posted @ 2012-02-10 10:39
posted @ 2011-11-10 15:22
posted @ 2010-06-06 12:33