Created
October 10, 2021 14:41
-
-
Save leveled/8a91ed0316e49e1aa812eb31b067bc90 to your computer and use it in GitHub Desktop.
Qemu Cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Qemu Usermode | |
#Running binary with libraries and opening GDB port | |
qemu-aarch64 -L /usr/aarch64-linux-gnu/ -g 1234 ./hello64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment