Skip to content

Commit

Permalink
Ändere die Namensgebung der Symboldatei
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtorsten committed Dec 11, 2024
1 parent 5b7354e commit 542546e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Hooked Funktionen
functions = [
]
with open('functions.txt', "r") as file:
with open('symbols.txt', "r") as file:
for line in file:
line = line.strip() # Entferne Leerzeichen und Zeilenumbrüche
if line: # Nur nicht-leere Zeilen verarbeiten
Expand Down
File renamed without changes.

0 comments on commit 542546e

Please sign in to comment.