Recent

Author Topic: Android Decompiling  (Read 6694 times)

tr_escape

  • Sr. Member
  • ****
  • Posts: 432
  • sector name toys | respect to spectre
    • Github:
Android Decompiling
« on: May 11, 2012, 04:28:06 pm »
There are a lot of applications for Android and adding new one every day. But Android development system is open and you should know your apk file can be open by anyone.

So how can i do that  two softwares?

Firstly you should have a Android APK file.

1- Dex2jar software ( http://code.google.com/p/dex2jar/ ) is making a android apk file to jar file.
After installation type this command in CMD.exe

D:\Android\dex2jar-0.0.9.8>dex2jar “UCBrowser_V8.0.5.118_Android_pf145_(Build12010514).apk”

UCBrowser apk file converted to jar file.

2- Java decompiler software can converts jar file to pure java  code. You can download in http://java.decompiler.free.fr/?q=jdgui address. When opened any jar file in java decompiler you can see likely this screen.

http://mehmetulukaya.files.wordpress.com/2012/05/java_decompiler.jpg?w=608&h=398

Original article : http://mehmetulukaya.wordpress.com/2012/05/11/android-open-source-uygulamalar/

.

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: Android Decompiling
« Reply #1 on: May 12, 2012, 11:41:24 am »
There are a lot of applications for Android and adding new one every day. But Android development system is open and you should know your apk file can be open by anyone.

If you are developing with LCL-CustomDrawn-Android then you are protected, because the actual source code is native Pascal which cannot be decompiled and not Java which is easily decompilable.

tr_escape

  • Sr. Member
  • ****
  • Posts: 432
  • sector name toys | respect to spectre
    • Github:
Re: Android Decompiling
« Reply #2 on: May 15, 2012, 03:41:29 pm »
So then i have a question ;

how can i do easily development with lazarus on windows for android?

Is there any packet for install to use like as cross wince for android?

Thank you

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: Android Decompiling
« Reply #3 on: May 15, 2012, 04:20:18 pm »
The wiki has 3 easy steps to configure it a pre-compiled compiler for Android in Windows:

http://wiki.lazarus.freepascal.org/Custom_Drawn_Interface/Android#Using_the_pre-compiled_compiler_in_Windows

 

TinyPortal © 2005-2018