搞内存常用函数
C语言 | 内核 |
malloc | ExAllocatePool |
memset | RtlFillMemory |
memcpy | RtlMoveMemory |
free | ExFreePool |
原文地址:https://www.cnblogs.com/a-s-m/p/12330596.html
时间: 2024-10-10 07:31:56
搞内存常用函数
C语言 | 内核 |
malloc | ExAllocatePool |
memset | RtlFillMemory |
memcpy | RtlMoveMemory |
free | ExFreePool |
原文地址:https://www.cnblogs.com/a-s-m/p/12330596.html