Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RTF標準で制御語を難読化することは可能ですか? たとえば、\objemb の代わりに \%6F%62%6A%65%6D%62 のようになります
可能です。unix 表現を使用して、制御語を難読化できます。
たとえば、 {*\o\'62jdataは同じ{*\objdata
代わりに文字bを置きますが、UNIX 表現では\'62
ここで 62 - は char b の HEX 値です。