AMSI icon indicating copy to clipboard operation
AMSI copied to clipboard

Fix AmsiScanBuffer call

Open duncansmart opened this issue 8 years ago • 0 comments

ULONG in C is 4 bytes - whereas in C#, ulong is 8 bytes which was causing call to fail.

duncansmart avatar Oct 26 '16 13:10 duncansmart