-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable-gtk or disable-gtk? #23
Comments
It works either way. I don't think it impacts the emulation in Nyx, you can have the same emulation and output via VNC or other options. I tend to disable it to avoid the dependency, but it may be useful to get started with a new target locally. |
GTK is now disabled (ab66822) |
rchildre3
added a commit
to rchildre3/LibAFL
that referenced
this issue
Oct 13, 2022
[This commit][1] in `nyx-fuzz` resolves the ambiguity between gtk being included in the build which as is currently is enabled. Mentioned in [this issue here][2] [1]: nyx-fuzz/QEMU-Nyx@ab668227f97915c58d4413059a [2]: nyx-fuzz/QEMU-Nyx#23
rchildre3
added a commit
to rchildre3/LibAFL
that referenced
this issue
Oct 13, 2022
[This commit][1] in `nyx-fuzz` resolves the ambiguity between gtk being included in the build which as is currently is enabled. Mentioned in [this issue here][2] [1]: nyx-fuzz/QEMU-Nyx@ab668227f97915c58d4413059a [2]: nyx-fuzz/QEMU-Nyx#23
rchildre3
added a commit
to rchildre3/LibAFL
that referenced
this issue
Oct 13, 2022
[This commit][1] in `nyx-fuzz` resolves the ambiguity between gtk being included in the build which as is currently is enabled. Mentioned in [this issue here][2] [1]: nyx-fuzz/QEMU-Nyx@ab668227f97915c58d4413059a [2]: nyx-fuzz/QEMU-Nyx#23
domenukk
pushed a commit
to AFLplusplus/LibAFL
that referenced
this issue
Oct 14, 2022
[This commit][1] in `nyx-fuzz` resolves the ambiguity between gtk being included in the build which as is currently is enabled. Mentioned in [this issue here][2] [1]: nyx-fuzz/QEMU-Nyx@ab668227f97915c58d4413059a [2]: nyx-fuzz/QEMU-Nyx#23
andreafioraldi
pushed a commit
to andreafioraldi/libafl-clean-history
that referenced
this issue
Oct 26, 2022
[This commit][1] in `nyx-fuzz` resolves the ambiguity between gtk being included in the build which as is currently is enabled. Mentioned in [this issue here][2] [1]: nyx-fuzz/QEMU-Nyx@ab668227f97915c58d4413059a [2]: nyx-fuzz/QEMU-Nyx#23 Former-commit-id: 96221f28dfa0ff31175248e75b09bcef0da7b6fb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I found the:
QEMU_CONFIGURE="./configure --target-list=x86_64-softmmu --disable-gtk --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --disable-tools"
in the compile_qemu_nyx.sh line 55.
So, will nyx use the gtk UI of the qemu? Can I set it directly to "-disable-gtk"?
Thanks.
The text was updated successfully, but these errors were encountered: