Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

How to further #1

Closed
libaibaba opened this issue Dec 10, 2019 · 12 comments
Closed

How to further #1

libaibaba opened this issue Dec 10, 2019 · 12 comments

Comments

@libaibaba
Copy link

Thank you for your perfect work, I got the right *. DB now, but what should I do next to get PNG like you? I tried "Python klbvfs.py dump pkg0", it doesn't work -- please forgive my English, it comes from translation

@Francesco149
Copy link
Owner

you need to pass it the directory where the .db files are, not the pkg directory

@libaibaba
Copy link
Author

Er........ *. DB is in the klbvfs.py directory. Can I request the full CMD code?

@libaibaba
Copy link
Author

嗯........ *。数据库位于klbvfs.py目录中。我可以要求完整的CMD代码吗?

Forgive me for not knowing anything about programming or code

@Francesco149
Copy link
Owner

you need a full copy of your data/data/com.klab.lovelive.allstars/files/files and then run klbvfs.py dump on that folder

@libaibaba
Copy link
Author

you need a full copy of your data/data/com.klab.lovelive.allstars/files/files and then run klbvfs.py dump on that folder

Python klbvfs.py dump C:\Users\libaibaba\Desktop\love\com.klab.lovelive.allstars\files\files Like this?

@libaibaba
Copy link
Author

I realize my stupidity. Now it's my codePython klbvfs.py dump --types texture C:\Users\libaibaba\Desktop\love\com.klab.lovelive.allstars\files\filesBut it still tells meerror: argument --types: invalid choice --types texture Is it not right?

@Francesco149
Copy link
Owner

try --types=texture

@libaibaba
Copy link
Author

try --types=texture

I have found the solution, thank you for the tool!

@libaibaba
Copy link
Author

try --types=texture

I don't think that's the right answer. The decrypted file contains a lot of garbage data. Take 0ibhab.Unity3d file for example. The file directory shows 1.73 MB, but the file description in hex view is only 4B C6,After using assetbundleextractor, I get the actual file size of 36KB + 46KB. 0aba0k_0.png file also has a lot of unnecessary data after iend ® B (the end of PNG file). After deletion, PNG can be opened normally. I think the same thing happens on *. JPG, but I don't know the end of JPG file
DZHFKGCAZ2QIAXH5O6RJM
C6S625P)MC%Y5F)RUK1Z`{D
@B67M7%GXRDR9NQQOU{6$LT

@Francesco149
Copy link
Owner

yes, this is a known issue. I don't know why some png's have garbage data at the end. you will have to trim them manually. my image viewers open them normally even with the garbage data

@libaibaba
Copy link
Author

yes, this is a known issue. I don't know why some png's have garbage data at the end. you will have to trim them manually. my image viewers open them normally even with the garbage data

Thank you again for your tools, and please forgive me for my English. I'm not sure if the translation has made my words arrogant. If so, that's not what I mean

@Francesco149
Copy link
Owner

no problem, I'm happy i was able to help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants