Zinth
900b47a7df
docs: readme
...
- updated title
- change gitignore
2024-07-11 06:52:21 +08:00
Zinth
8b8e2f8c38
feat: flatbuffers
...
- added stringciper and tableservice
- added flatbuf generator
- added table extracter (wip)
2024-07-11 06:27:58 +08:00
Zinth
159381b1ef
feat: changes and rewriting
...
- fix typo at pyproject.toml
- added version number
- fix formatting
- fix update argument
- fix output argument to be relative to the working directory
- temporary removed some libraries
- fix progress bar not being live
- fix apk comparison not showing logs
- fix the miss align NoneType return
- fix method when decrypting the key
- removed progress bar at CatalogParser for simplicity
- change the method of progress to live progress
- fix getting the file path returing error if there's no value 'path'
- added live stop for memory safety
2024-07-11 03:14:04 +08:00
Zinth
7ca4106c73
docs: readme
...
- change decription
- added request-cache and aiohttp as requirements
- removed unity as a requirements
- added installation instructions
- added usage instructions
2024-07-10 02:51:34 +08:00
Deathemonic
ab3ba39b62
feat: progress bar
...
- added progress bar
2024-07-10 02:33:13 +08:00
Deathemonic
d5d5619519
feat: resource downloader
...
- added ResourceDownloader.py
- change save_json() from private to public
2024-07-10 02:15:21 +08:00
Deathemonic
971e354d8d
feat: rewrite and structuring
...
- rewrite some scripts
- restructured
- added pyproject.toml
note: this is wip and will not work
2024-07-10 00:59:12 +08:00
Zinth
bc90e8defa
feat: rewrite
...
- rewrite the download script
- added autoupdate api
- added asynchronous/parallel downloading
- added optional bundle downloading
- pretty up the output with progressbar
- refactored and optimized some code
- change directory structure
todo:
- rewrite the rest of the scripts
- refactor the rest of the scripts
2024-07-08 03:50:05 +08:00
ヒヤシンス
977c9b37f7
docs: readme
...
- adding some clarifications
2024-07-03 23:51:40 +08:00
ヒヤシンス
b2c2320e82
add: media parser
...
- added media_parser.py
2024-07-03 23:49:14 +08:00
ヒヤシンス
95d7946272
add: table parser
...
- added table_parser.py
2024-07-03 23:47:32 +08:00
ヒヤシンス
05350e2927
feat: renamed and changed
...
- replace old code with new one
- change the script name
2024-07-03 23:46:25 +08:00
ヒヤシンス
f86921e496
docs: readme
...
- clarify somethings
2024-07-03 23:43:20 +08:00
ヒヤシンス
056a1e4fbe
docs: readme
...
- change the title heading
2024-07-03 23:42:12 +08:00
Rudolf Kolbe
bfe14bcf50
Merge pull request #4 from hax0r31337/main
...
fix: strings not completely decrypted
2023-04-05 13:54:42 +02:00
hax0r31337
66cca31fe1
chore: remove debug changes
2023-04-03 09:38:12 +08:00
hax0r31337
f3354b7ed2
fix: support non base64 encoded strings
2023-04-03 09:35:47 +08:00
hax0r31337
1beea22e53
fix: strings not completely decrypted
2023-04-03 09:33:03 +08:00
K0lb3
62fc066268
use pycryptodome's xor to decrease the runtime by a lot
2021-11-29 01:28:58 +01:00
K0lb3
92f93ffbdb
cleaner names
2021-11-19 13:41:58 +01:00
K0lb3
16d6d3f877
flatbuf decoder added
...
integrated into extract_tables
2021-11-12 23:14:45 +01:00
K0lb3
c01a379749
fix ConvertString and EncryptString
2021-11-12 23:13:46 +01:00
K0lb3
1a14e04cb6
completition of TableEncryptionService
...
with some help of
Iza
アイザヱー#6944
2021-11-11 23:21:43 +01:00
K0lb3
f615f7b33a
small fix to enable ZipFile.read()
2021-11-11 23:18:34 +01:00
K0lb3
f302f23b8b
use correct blocksize and padding
2021-11-11 19:42:33 +01:00
K0lb3
a8ad2a70f0
forgot encoding for decrypted battle table files
2021-11-11 18:41:25 +01:00
K0lb3
60152c02ba
fix filename check
2021-11-11 18:39:58 +01:00
K0lb3
6c54f38790
decrypt encrypted battle tables
2021-11-11 18:37:52 +01:00
K0lb3
441d75629d
wrap asset extraction in try/except
2021-11-11 18:05:02 +01:00
K0lb3
1b08c91ce5
(preload) table extraction added
2021-11-11 18:04:39 +01:00
K0lb3
550b1d9fc8
StringCipher implemented
2021-11-11 17:28:23 +01:00
K0lb3
7ca9ef6849
cleanup
2021-11-11 17:28:11 +01:00
K0lb3
4f4dbd9259
crypto wip
2021-11-08 23:04:08 +01:00
K0lb3
c546465e7c
Initial commit
2021-11-08 10:47:15 +01:00