Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HydraDragonAntivirus authored and HydraDragonAntivirus committed Jun 7, 2024
1 parent 13d90d3 commit 37a6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def filter_string_set(string_set):
goodstring = True
goodcount = good_strings_db[string]
# print "%s - %s" % ( goodstring, good_strings[string] )
if args.excludegood:
if args.excludegood and string in reversedStrings:
continue

# UTF
Expand Down

0 comments on commit 37a6444

Please sign in to comment.