Skip to content

Commit 0e79aab

Browse files
committed
1.5.5
+ fixed invalid template (didn't declare vm var)
1 parent 9a60428 commit 0e79aab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vagd"
3-
version = "1.5.4"
3+
version = "1.5.5"
44
authors = [{ name = "0x6fe1be2" }]
55
description = "VirtuAlization GDb integrations in pwntools"
66
readme = "README.md"

src/vagd/res/template.txt

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ context.aslr = {aslr:<5s} # ASLR enabled (only
2424
{aliases}
2525

2626
# setup vagd vm
27+
vm = None
2728
def setup() -> object | None:
2829
global vm
2930
if args.REMOTE or {is_local}{is_ad}:

0 commit comments

Comments
 (0)