Skip to content

Commit

Permalink
Add more useless strings to String Concealing array
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelXF committed Aug 22, 2024
1 parent da95aaf commit 6dc5686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transforms/string/stringConcealing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class StringConcealing extends Transform {
super.apply(tree);

// Pad array with useless strings
var dead = getRandomInteger(5, 15);
var dead = getRandomInteger(50, 200);
for (var i = 0; i < dead; i++) {
var str = getRandomString(getRandomInteger(5, 40));
var fn = this.transform(Literal(str), [tree]);
Expand Down

0 comments on commit 6dc5686

Please sign in to comment.