資源簡介
Android Gamex木馬分析報告
代碼片段和文件信息
public?class?decrypt?{
????private?static?String?str=?“004171601671161103119281841884088451531919111110970607105571585111180102809512110112412011515491145111660715170416513091201100191677451“;
????public?static?String?c(String?s)
????{
????????byte?abyte0[];
????????int?i?j;
????????abyte0?=?s.getBytes();
????????
????????for?(?i?=?0?j?=?s.length()?/2;?i?????????????byte?byte0?=?abyte0[i];???//從前往后取字
????????????int?l?=?(s.length()?+?-1)?-?i;?//從后往前取字
????????????byte?byte1?=?abyte0[l];
????????????abyte0[i]?=?byte1;??//將后面的字寫到前面
????????????abyte0[l]?=?byte0;??//將前面的字寫到后面
????????}
????????String?as[];
????????String?sss?=?new?String(abyte0);
????????as?=?(new?String(abyte0)).split(““);
????????Stri
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????314460??2012-05-08?22:16??Android?Gamex木馬分析報告.doc
?????文件???????1247??2012-05-08?11:49??樣本與解密代碼\decrypt.java
?????文件????????374??2012-05-07?21:33??樣本與解密代碼\decrypt_apk.py
?????文件???????1174??2012-05-08?15:39??樣本與解密代碼\decrypt_url.py
?????文件?????228340??2012-05-08?22:18??樣本與解密代碼\gamex.rar
?????文件????????188??2012-05-08?20:40??樣本與解密代碼\icon.txt
?????文件?????223579??2012-05-07?17:38??樣本與解密代碼\SD-Booster_1.5.2(原版).apk
?????目錄??????????0??2012-05-08?22:18??樣本與解密代碼
-----------?---------??----------?-----??----
???????????????769362????????????????????8
評論
共有 條評論