Exetools  

Go Back   Exetools > General > General Discussion

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 07-18-2016, 17:13
Mkz Mkz is offline
Friend
 
Join Date: Jan 2002
Posts: 98
Rept. Given: 0
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 5
Thanks Rcvd at 25 Times in 17 Posts
Mkz Reputation: 2
The file could be a resource-only apk, as there's no java code. But it could also be because there's a companion *.odex file which you didn't include. Looking at the manifest it looks like the 2nd option.

If the apktool's developer can't solve it easily, I doubt you'll find on this forum specialized help.

One advice I can give you is to use -r with apktool to have a look at the code (assuming there is indeed some), or use JEB to explore the code in an interactive manner.
For resources, use aapt.exe (from Android SDK tools) to list and inspect the resources, including the manifest:
Code:
aapt l -a safebox.apk
This will list:
- the resources stored as standalone files (e.g. png's)
- the resources compiled in resources.arsc
- the manifest structure (verbose)

You can also use other aapt options to actually list the resource values, e.g. "aapt.exe d --values resources safebox.apk"

The apk also contains a native lib (libhidisk_security.so) which you can explore with IDA, but the logic that will invoke the entry points will be in java code.
There are functions to encrypt and decrypt, but apparently only for the raw operations. Managing the keys and files is probably in the java part.
Reply With Quote
The Following 2 Users Say Thank You to Mkz For This Useful Post:
niculaita (07-18-2016), tonyweb (08-03-2016)
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microblaze decompile eychei General Discussion 4 09-07-2018 08:27
Decompile .OBJ files? FEARHQ General Discussion 2 08-12-2003 15:31


All times are GMT +8. The time now is 23:54.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )