我得以通过特制法典,但我试图在这里做的两件事情就是这样。
- format the bytecode so that there are 2 digits per byte. The leading zeroes are excluded.
- Remove spaces between the bytes themselves because they are taking up a lot of space.
gc -Raw -encoding byte "c:picture.jpg" ^|% {write-host ( {0:x} -f $_) -noNewline};
尝试了三(三)条,但不能确定这一点是可能的,或者说是什么。