Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Looking for help decompiling an APK file?
When decompiled, the images in common > game_res cannot be opened. Their suffix is either .dat.jpg or .ogg.jpg. I've tried renaming the file extension but it's useless. Opening with notepad yields "ÿÿ "
Any ideas how I can open these files?
3 Answers
- Anonymous9 months agoFavorite Answer
There's not enough information there to go on. Opening files with Notepad isn't usually useful, because any bytes that are not in the current character set will show up as little squares. A hex editor would be more useful. The first few characters could be compared to known "magic numbers." If nothing useful is found that way, there may still be some strings in the file that can tell you what created or encrypted it.
https://en.wikipedia.org/wiki/List_of_file_signatu...
.dat is a very generic file extension, so assuming just the .jpg part is bogus, it still wouldn't tell you anything. .ogg is an audio codec/container, so trying to play it in VLC or importing it into Audacity might yield something useful.
You could also try running the file through a file type checker, such as this one:
https://mark0.net/onlinetrid.html
They can identify more complex and rare file types, and don't rely on file extensions.
- Gordon BLv 79 months ago
apk is probably encrypted to prevent what you are trying to do.
APK is generally just a zip file which can be extracted into the component files with something like 7-zip but it may also be encrypted preventing this.
- ?Lv 79 months ago
they are either fakes or encrypted. you need to know what size they are to be sure.