Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8196015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:20:12+00:00 2026-06-07T05:20:12+00:00

When decompiling an apk using apktool, I found an array of doubles are converted

  • 0

When decompiling an apk using apktool, I found an array of doubles are converted to the code below. How does the apktool do that?

:array_0
 .array-data 0x8
     0xc7t 0x55t 0x9at 0xf4t 0x6dt 0x5bt 0x44t 0x40t
     0xfet 0x6t 0xdat 0x35t 0x7et 0x5bt 0x44t 0x40t
     0xd4t 0x57t 0x45t 0xf8t 0x59t 0x5bt 0x44t 0x40t
     0xf6t 0xe8t 0xaat 0x3et 0x4et 0x5bt 0x44t 0x40t
     0xc7t 0x55t 0x9at 0xf4t 0x6dt 0x5bt 0x44t 0x40t
 .end array-data
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T05:20:14+00:00Added an answer on June 7, 2026 at 5:20 am

    Built a sample program and decompiled it. The numbers are doubles, one per row. Each double is encoded in IEEE754 format, with the LSB first. My array us defined as:

    double array[]={ 0, 1, 0.5, 2 };
    

    The resulting baksmali looks like this:

    :array_0
    .array-data 0x8
        0x0t 0x0t 0x0t 0x0t 0x0t 0x0t 0x0t 0x0t
        0x0t 0x0t 0x0t 0x0t 0x0t 0x0t 0xf0t 0x3ft
        0x0t 0x0t 0x0t 0x0t 0x0t 0x0t 0xe0t 0x3ft
        0x0t 0x0t 0x0t 0x0t 0x0t 0x0t 0x0t 0x40t
    .end array-data
    

    Since the IEEE754 representation of 1 is 0x3ff0000000000000, we can conclude that doubles are stored in little endian IEEE754.

    If all you want is to convert the numbers in your program, you can use an online converter (in this link with your first double already fed in).

    Shachar

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When decompiling a specific jar using java decompiler (http://java.decompiler.free.fr/) I got some strange code
Someone I know is claiming that it does and I am decompiling System.IO and
I am working on a project that accepts the Wix data from decompiling an
I know that we can protect .Net applications from decompiling by using obfuscators. But
First I want to clearify that I mean by reverse engineering something like decompiling
Does anyone know if it is possible to open the APK file, access its
I am looking for some framework that allows decompiling a .NET assembly to get
Possible Duplicate: How to prevent My apk from decompiling as you probably know -
I have seen it said that decompiling of obfuscated C# and Java is simplified
I have used JD decompiler for decompiling a jar file. Affter do that I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.