Window Internal

RtlSizeTAdd

Oth 2017. 6. 29. 15:03



RtlSizeTAdd


NTSTATUS RtlSizeTAdd(
  _In_  SIZE_T Augend,
  _In_  SIZE_T Addend,
  _Out_ SIZE_T *pResult
);



Angend : 더할 숫자1

Addend : 더할 숫자2

pResult : 더한 숫자가 들어가는 포인터








http://blog.trendmicro.com/trendlabs-security-intelligence/ms17-010-eternalblue/