0xroot

pwning Google App Protection

Jul 19th, 2011
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. @0xroot
  2.  
  3. Pwning Google app protection
  4. ----------------------------
  5.  
  6. - Open com/android/vending/licensing/LicenseChecker.smali file
  7.  
  8. - Find the following line:
  9. .method public declared-synchronized checkAccess(Lcom/android/vending/licensing/LicenseCheckerCallback;)V (Smali Code: http://pastebin.com/m5usdGLG +info) (Java Code: http://pastebin.com/umU4CBwT +info)
  10.  
  11. - Replace the body with this code (Smali Code: http://pastebin.com/7fUhcGYT)
  12.  
  13. - Find the following line:
  14. .method private declared-synchronized handleServiceConnectionError(Lcom/android/vending/licensing/LicenseValidator;)V (Smali Code: http://pastebin.com/EGS8M8xu +info) (Java Code: http://pastebin.com/Net2uV9L +info)
  15.  
  16. - Replace the body with this code (Smali Code: http://pastebin.com/fHS8Kp8p)
  17.  
  18. - Re-package the app
  19.  
  20. - Sign it
  21.  
  22. - Now, LOL :)
Add Comment
Please, Sign In to add comment