Skip to content

Commit

Permalink
[fix/ISSUE-85] Update deciphering function name detection
Browse files Browse the repository at this point in the history
  • Loading branch information
azihassan committed Oct 11, 2024
1 parent 6949802 commit 085e995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/parsers.d
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ struct ThrottlingAlgorithm

string findChallengeName()
{
return javascript.matchOrFail!(`\|\|(.{3})\(""\)`, false);
return javascript.matchOrFail!(`(.{3})=function\(a\)\{var b=a.split`, false);
}

string findChallengeImplementation()
Expand Down

0 comments on commit 085e995

Please sign in to comment.