We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c0408 commit 4db12c4Copy full SHA for 4db12c4
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "vagd"
3
-version = "1.3.9"
+version = "1.3.10"
4
authors = [{ name = "0x6fe1be2" }]
5
description = "VirtuAlization GDb integrations in pwntools"
6
readme = "README.md"
src/vagd/virts/qegd.py
@@ -177,7 +177,7 @@ def _setup_seed(self):
177
user_data_file.write(Qegd._USER_DATA.format(pubkey=pubkey))
178
os.system(Qegd._GENERATE_SEED_IMG)
179
180
- _QEMU_PORT_FORWARDING = ',hostfwd={type}::{host}-:{guest}'
+ _QEMU_PORT_FORWARDING = ',hostfwd={type}::{guest}-:{host}'
181
_QEMU_START = "{qemu} " \
182
+ "{machine} " \
183
+ "{cores} " \
0 commit comments