We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e188a commit c7e356fCopy full SHA for c7e356f
1 file changed
src/processors/obfProcessor.ts
@@ -469,7 +469,7 @@ class ObfProcessor extends BaseProcessor {
469
const bytes = readBinaryFromInput(input);
470
return bytes.length >= 2 && bytes[0] === 0x50 && bytes[1] === 0x4b;
471
}
472
-
+
473
// Check if input is a buffer or string that parses as OBF JSON; throw if neither JSON nor ZIP
474
if (!isLikelyZip(filePathOrBuffer)) {
475
const asJson = tryParseObfJson(filePathOrBuffer);
0 commit comments