Skip to content

Commit

Permalink
Update identifierObfuscate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
namaek2 authored Oct 22, 2024
1 parent 898ce39 commit 5652b61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/pyscripts/identifierObfuscate.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,3 +695,9 @@ def replacer(match):
# 난독화된 코드를 반환
obfuscated_code = '\n'.join(lines)
return obfuscated_code


if __name__ == '__main__':
import sys

ob_identifier(sys.argv[1], sys.argv[1])

0 comments on commit 5652b61

Please sign in to comment.