OT-dm / 7870pwd_extract

The Unlicense
2 stars 2 forks source link

wow it's works perpectly!! #1

Open rabbity417 opened 9 months ago

rabbity417 commented 9 months ago

thank you With this method, now I have succeeded in extracting apk from AllAppUpdateA13.bin. Conversely, do you know how to create the AllAppUpdateA13.bin file?

OT-dm commented 9 months ago

Hello!

Unfortunately no (or not yet :)). There is file 'cryptofile' in the root of archive. Presumably it generated taking checksums of files included to archive and digitally signing it. Flashing tool lsec6318update checks this file entries to validate content => modified AllAppUpdateA13.bin will not pass verification. Options as i see it now:

I've used https://github.com/NationalSecurityAgency/ghidra/ to get reversed C/C++ code from lsec6318update arm64 ELF binary for finding algorithm of password extraction part. IDA Pro(https://hex-rays.com › ida-pro) should work too for arm64.

rabbity417 commented 9 months ago

Thank you for the prompt response. I had similar thoughts as you. I think a little more research is needed. I support you. thank you