Results 1 to 5 of 5

Hybrid View

  1. #1
    Recently Initiate
    Join Date
    Feb 2008
    Device
    -
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Convert Apk applications to jar

    this is not work for apk so: whats next

  2. #2
    Banned
    Join Date
    May 2015
    Device
    -
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Convert Apk applications to jar

    Follow these steps used to de-compile the apk!


    1. Obtain .apk file

    2. Decompile .dex to .jar - Once the file is unzipped, one needs to decompile the classes.dex file. The dex file is the Dalvik executable file. The dex2jar tool is used to decode the .dex file to a .jar file as follows!

    C:\softwares\dex2jar> dex2jar.bat classes.dex


    3. View source code

    Now, you need to open the decoded .jar file using a decompiler of your choice.

    Thank you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •