add print

master
serr 2025-03-02 19:12:08 +03:00
parent 1746c66b92
commit b71ae9e0c7
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RED = "\033[31m"
if __name__ == "__main__": if __name__ == "__main__":
# Загрузка бинарного файла # Загрузка бинарного файла
print(f"{GREEN}Uploading executable file to angr...{RESET}")
proj = angr.Project('a.exe', auto_load_libs=False) proj = angr.Project('a.exe', auto_load_libs=False)
print(f"{GREEN}The executable has been uploaded to angr!{RESET}") print(f"{GREEN}The executable has been uploaded to angr!{RESET}")
ENTRY_POINT = 0x140001837 # Адрес функции после вызова scanf ENTRY_POINT = 0x140001837 # Адрес функции после вызова scanf