For the complete documentation index, see llms.txt. This page is also available as Markdown.

AmsiScanBuffer

[DllImport("Amsi.dll", ExactSpelling = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe HRESULT AmsiScanBuffer(
    HAMSICONTEXT amsiContext,
    void* buffer,
    uint length,
    PCWSTR contentName,
    HAMSISESSION amsiSession,
    AMSI_RESULT* result);

HAMSICONTEXT

HAMSISESSION

AMSI_RESULT

Last updated