Skip to content

Commit 4db12c4

Browse files
committed
1.3.10 fixed Qegd again
pls just work this time
1 parent 01c0408 commit 4db12c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.9"
3+
version = "1.3.10"
44
authors = [{ name = "0x6fe1be2" }]
55
description = "VirtuAlization GDb integrations in pwntools"
66
readme = "README.md"

src/vagd/virts/qegd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _setup_seed(self):
177177
user_data_file.write(Qegd._USER_DATA.format(pubkey=pubkey))
178178
os.system(Qegd._GENERATE_SEED_IMG)
179179

180-
_QEMU_PORT_FORWARDING = ',hostfwd={type}::{host}-:{guest}'
180+
_QEMU_PORT_FORWARDING = ',hostfwd={type}::{guest}-:{host}'
181181
_QEMU_START = "{qemu} " \
182182
+ "{machine} " \
183183
+ "{cores} " \

0 commit comments

Comments
 (0)