Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Mar 8, 2025
1 parent 05bd349 commit 3a679c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/webcrack/src/deobfuscate/control-flow-switch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ export default {
m.arrayOf(
m.switchCase(
m.stringLiteral(m.matcher((s) => /^\d+$/.test(s))),
m.anyList(
m.zeroOrMore(),
m.or(m.continueStatement(), m.returnStatement()),
),
m.zeroOrMore(),
),
),
);
Expand Down

0 comments on commit 3a679c1

Please sign in to comment.