reverse <Target>
Reverse binary data
A binary data string
variable tForward put 5 random bytes into tForward variable tReversed put tForward into tReversed reverse tReversed expect that the first byte of tForward is the last byte of tReversed expect that the last byte of tForward is the first byte of tReversed
Reverses the order of bytes in the Target.