Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KingKDot committed May 14, 2024
1 parent aed3857 commit dcab270
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 63 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ src_paid
test_all.bat
fun_stuff/
settings.json
.venv
.venv
src\util\obfuscation\save\null_parser.py
59 changes: 0 additions & 59 deletions src/util/obfuscation/null_parser.py

This file was deleted.

1 change: 0 additions & 1 deletion src/util/obfuscation/obfuscate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from util.obfuscation.obf_oneline import Obfuscate_Single
from util.obfuscation.rans import ran1, ran2
from util.obfuscation.scrambler import Scrambler
from util.obfuscation.null_parser import NullParse

from util.supporting.gens import c_val
from util.supporting.settings import log, Settings
Expand Down
2 changes: 0 additions & 2 deletions src/util/supporting/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"""{
"bloat": true,
"remove_blank_lines": true,
"super_obf": false,
"double_click_check": false,
"utf_16_bom": true,
"smartscreen_bypass": false,
Expand All @@ -41,7 +40,6 @@ class Settings:
try:
bloat: bool = json_set["bloat"]
remove_blank_lines: bool = json_set["remove_blank_lines"]
super_obf: bool = json_set["super_obf"]
double_click_check: bool = json_set["double_click_check"]
utf_16_bom: bool = json_set["utf_16_bom"]
smartscreen_bypass: bool = json_set["smartscreen_bypass"]
Expand Down

0 comments on commit dcab270

Please sign in to comment.