Benign android Download

HanziToPinyin.java

Java Base64 StringBuilder append sourceCJK Han ideograph sequence
SHA-256cb82bb932f93ee11f0030cae985c01c349cc9c546c64e20da9180c6a3cd1d456
MaleculeK(Li)O(C)Md

Evidence

CJK Han ideograph sequence lines 365–369
365 }
366 }
367 if (sInstance == null) {//这个判断是用于处理国产ROM的兼容性问题
368 if (Locale.CHINA.equals(Locale.getDefault())) {
369 sInstance = new HanziToPinyin(true);
Java Base64 StringBuilder append source lines 455–459
455 StringBuilder pinyin = new StringBuilder();
456 for (int j = 0; j < PINYINS[offset].length && PINYINS[offset][j] != 0; j++) {
457 pinyin.append((char) PINYINS[offset][j]);
458 }
459 token.target = pinyin.toString();

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.