zardus / ctf-tools

Some setup scripts for security research tools.
BSD 3-Clause "New" or "Revised" License
8.49k stars 1.89k forks source link

parse latest version of qemu & gdb from their git repos #148

Closed f0rki closed 6 years ago

f0rki commented 6 years ago

it seems a new qemu version is out every couple of months or so, so it's kind of annoying to always version bump it in this repo. I whipped up a quick shell oneliner to get the latest version tag from the git repo and download that.
same for gdb, because it was quickly copy-pasted.

zardus commented 6 years ago

Awesome, thanks!