Click or drag to resize
Utilities.HasMagicBytes Method (Byte[], Int32,Byte[])

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool HasMagicBytes(
	byte[] arrData,
	int iXOffset,
	byte[] arrMagics
)

Parameters

arrData
Type:System.Byte[]
iXOffset
Type: System.Int32
arrMagics
Type:System.Byte[]

Return Value

Type: Boolean
See Also