Q
Q
Quolib2018-02-21 03:16:11
Android
Quolib, 2018-02-21 03:16:11

How to properly open csv files located in the assets folder in an android application?

After decompiling the apk, there were a lot of csv files in assets, but when I tried to view them through notepad ++ in various encodings, it turned out to be unreadable. Why can't I make these files readable?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2018-02-21
@xmoonlight

Why can't I make these files readable?
Because someone encrypted them in advance.

M
mitaichik, 2018-02-21
@mitaichik

Or maybe it's not CSV files? I don’t know how it is now, but before, androyd cut some files from assets (toly .db, or .sql exactly cut), so, for example, my databases that are in assets are called * .mp3
In general - take a look in the code where they are used and see how to read them correctly, since the application has been decompiled.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question