malwareDetector 0.1.11__py3-none-any.whl → 0.1.12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of malwareDetector might be problematic. Click here for more details.

malwareDetector/config.py CHANGED
@@ -299,7 +299,7 @@ def detect_config_file(config_file_path=DEFAULT_CONFIG_PATH) -> None:
299
299
  config_file_path = config.path.config
300
300
  write_config_to_file(config, config.path.config)
301
301
  logging.info(f"{config_file_path} created!")
302
- elif config_file_path in os.listdir():
302
+ elif os.path.exists(config_file_path):
303
303
  logging.info(f"{config_file_path} detected!")
304
304
  else:
305
305
  logging.info(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: malwareDetector
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: Malware detector specification for NTUST isLab
5
5
  Author: PO-LIN LAI
6
6
  Author-email: bolin8017@gmail.com
@@ -1,10 +1,10 @@
1
1
  malwareDetector/__init__.py,sha256=x9kkfeWTUR0g6RQkE13V2sZhY2DSVD3KqzcxOqlNjtA,768
2
- malwareDetector/config.py,sha256=55CNQcm6MdT6GTvKw-TTvY-m0cnZ2xwFeIflD0UjmaM,12430
2
+ malwareDetector/config.py,sha256=a00Whtx_2vdaJQH7luJECEMOIlyfaMLHbDHyfncMo-k,12430
3
3
  malwareDetector/const.py,sha256=8TKTqjS70sU3cBFSwFUaWmoLiguRbi0ul63xswtA_Ho,533
4
4
  malwareDetector/detector.py,sha256=IeLfmOoMp20s-io5w8igMc5bJdXt8ir-EarHKBo3C_U,2207
5
5
  malwareDetector/utils.py,sha256=kjEX-A-FuwjGwxZ-2JP489NaaeC7HwvdMrDrfPk4pYE,371
6
- malwareDetector-0.1.11.dist-info/LICENCE.txt,sha256=2XPCaZqZ-jgHh7e1DKa87JUeuOB6DC0jaZonmjDeILM,1088
7
- malwareDetector-0.1.11.dist-info/METADATA,sha256=Mo5vOK61Uy7pYbkTpRygbrDjSwZQ_qkcMisIIYSTVfs,2287
8
- malwareDetector-0.1.11.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
9
- malwareDetector-0.1.11.dist-info/top_level.txt,sha256=wRXSanQD5XDXRYp3lPh1SjltOo6rpC5jktmR69tqIQo,16
10
- malwareDetector-0.1.11.dist-info/RECORD,,
6
+ malwareDetector-0.1.12.dist-info/LICENCE.txt,sha256=2XPCaZqZ-jgHh7e1DKa87JUeuOB6DC0jaZonmjDeILM,1088
7
+ malwareDetector-0.1.12.dist-info/METADATA,sha256=uE3uqGROsWh6Yy9UDTWB6EaGsropygdRX7a38Z3Svuw,2287
8
+ malwareDetector-0.1.12.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
9
+ malwareDetector-0.1.12.dist-info/top_level.txt,sha256=wRXSanQD5XDXRYp3lPh1SjltOo6rpC5jktmR69tqIQo,16
10
+ malwareDetector-0.1.12.dist-info/RECORD,,