refactor: remove prep_web()

This commit is contained in:
Dobin
2024-06-02 14:03:45 +01:00
parent fdc2e6a7f8
commit 7dc585136b
4 changed files with 1 additions and 9 deletions
+1 -2
View File
@@ -34,8 +34,7 @@ class Settings():
self.fix_missing_iat = False
self.payload_location = PayloadLocation.DATA
def prep_web(self):
# directories and filenames
self.main_dir = "{}{}/".format(PATH_WEB_PROJECT, self.project_name)
self.main_c_path = self.main_dir + "main.c"
self.main_asm_path = self.main_dir + "main.asm"