We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b8631 commit 9c97f09Copy full SHA for 9c97f09
1 file changed
vxpp.py
@@ -550,6 +550,7 @@ def set_max_length() -> int:
550
return max_len
551
552
def main() -> None:
553
+ print("Virtual eXploiter++ v0.1.1\n")
554
test_ghidra()
555
print("[+] Opening Ghidra...")
556
max_len:int = set_max_length()
0 commit comments