hard-code-string-extractor (hcs) scans your codebase based on flexible configurations and outputs a JSON report detailing the found strings and their locations. File path (relative to the scanned ...
時々必要になるSJISコード(zipとか)。JavaScriptのAPIにSJIS⇒Stringはあるけど逆はないので作成しました。 APIのTextEncoder("sjis")を使って変換表を作成、変換処理に利用 ...
Java’s String class encapsulates an array of bytes. A byte can be converted to a char, in which case, String becomes an array of characters used to compose words, sentences, or any other data you want ...
gnirts mangles string literals more than hexadecimal escape like "\x66\x6f\x6f". String literals that were escaped by the hexadecimal escape can be found out too easily, and those can be decoded too ...