sc-compression icon indicating copy to clipboard operation
sc-compression copied to clipboard

I can't decode some .sc files

Open nihatxp opened this issue 2 years ago • 5 comments

-ui_tex.sc -loading_tex.sc

I am getting the same error in both files

enter a filepath or a directory:./ui_tex.sc decompressing ./ui_tex.sc... OOM OOM node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "abort(OOM). Build with -s ASSERTIONS=1 for more info.".] { code: 'ERR_UNHANDLED_REJECTION' }

nihatxp avatar Feb 07 '23 12:02 nihatxp

Could you please share a file that doesn't decode properly?

jeanbmar avatar Feb 07 '23 12:02 jeanbmar

Could you please share a file that doesn't decode properly?

file.zip

nihatxp avatar Feb 07 '23 18:02 nihatxp

Could you please share a file that doesn't decode properly?

file.zip

did you solve this problem

nihatxp avatar Feb 12 '23 09:02 nihatxp

I had a look and there's a format difference for sure. It's like the LZMA header is omitted. Unfortunately I won't have time to reverse it in the near future, so any help is welcome!

jeanbmar avatar Mar 16 '23 21:03 jeanbmar

I had a look and there's a format difference for sure. It's like the LZMA header is omitted. Unfortunately I won't have time to reverse it in the near future, so any help is welcome!

I'll take a look myself, thank you for reminding me!

Decencies avatar Mar 17 '23 10:03 Decencies