2015年4月23日 星期四

java Regular Expression 範例:

EX 1:
       String testString = "<.asdasd>htmlasdasd</zxc>   <asasd>xxxsss</aas>";
       
        Pattern pattern = Pattern.compile(">.*<");

        Matcher matcher = pattern.matcher(testString);

        while(matcher.find()) {
             System.out.println(matcher.group());
        }

2015年4月15日 星期三

Android 反組譯

解出apk的source code:
http://fecbob.pixnet.net/blog/post/35370219-%5Bandroid%5Dapk%E5%8F%8D%E7%B7%A8%E8%AD%AF%E9%81%8E%E7%A8%8B%E5%8F%8A%E7%94%A8%E5%88%B0%E7%9A%84%E5%B7%A5%E5%85%B7(%E8%BD%89)

解出apk裡面的xml:
  http://ibotpeaches.github.io/Apktool/install/



經典歌曲



movie:

Gladiator 03: The Battle

songs:

LeAnn Rimes
-Right Kind of Wrong
-how do i live
-can't fight moon

other:

as long as you love me

game:

   peace walker main theme
  the witcher 3 theme -  Kaer Morhen,ost trk16

應用軟體 使用技巧:

1.FileSeek:
     兩個關鍵字搜尋, "extends" + "activity"