We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a60428 commit 0e79aabCopy full SHA for 0e79aab
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "vagd"
3
-version = "1.5.4"
+version = "1.5.5"
4
authors = [{ name = "0x6fe1be2" }]
5
description = "VirtuAlization GDb integrations in pwntools"
6
readme = "README.md"
src/vagd/res/template.txt
@@ -24,6 +24,7 @@ context.aslr = {aslr:<5s} # ASLR enabled (only
24
{aliases}
25
26
# setup vagd vm
27
+vm = None
28
def setup() -> object | None:
29
global vm
30
if args.REMOTE or {is_local}{is_ad}:
0 commit comments