Skip to content

Instantly share code, notes, and snippets.

@vwvw
Created October 10, 2018 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vwvw/8abc37adb4d114a4606e1639c7bf8443 to your computer and use it in GitHub Desktop.
Save vwvw/8abc37adb4d114a4606e1639c7bf8443 to your computer and use it in GitHub Desktop.
args given to subprocess32.Popen, seed file can be anything.
['gdbserver', 'host:1234', '/root/.virtual_envs/tfuzz_test/lib/python2.7/site-packages/shellphish_qemu/bin/shellphish-qemu-linux-i386', '-d', 'exec', '-D', '/dev/shm/tracer-log-6X4zsj', '/root/T-Fuzz/workdir_base64/base64_tfuzz/base64_tfuzz', '-d', '/root/T-Fuzz/seed']
@benquike
Copy link

  1. clone this repo https://github.com/qemu/qemu.git somewhere
  2. checkout v2.3.0
  3. apply the patches
  4. build qemu
  5. debug with the built qemu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment