admin 管理员组文章数量: 1087749
内存清理常用函数
内存清理常用函数
0x01.RtlSecureZeroMemory
PVOID RtlSecureZeroMemory(_Out_ PVOID ptr,_In_ SIZE_T cnt
);
- The RtlSecureZeroMemory routine fills a block of memory with zeros in a way that is guaranteed to be secure.
Parameters
ptr [out]Pointer to the memory buffer to be filled with zeros.//需要清零的指针
cnt [in]Specifies the number of bytes
本文标签: 内存清理常用函数
版权声明:本文标题:内存清理常用函数 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/p/1700276907a376221.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论