Added gdb and gdbserver recipes

This commit is contained in:
takeshix 2018-04-19 23:32:21 +02:00
parent ac79dfa852
commit bfc93fd919
8 changed files with 378 additions and 14 deletions

View file

@ -25,6 +25,15 @@ Precompiled versions of socat are available for the following operating systems/
* [Linux x86](bin/linux/x86)
* [Linux x86_64](bin/linux/x86_64)
## GDB
Precompiled versions of `gdb` and `gdbserver` are available for the following operating systems/architecturs:
* [Linux x86](bin/linux/x86)
* [Linux x86_64](bin/linux/x86_64)
* [Linux armhf](bin/linux/armhf)
* [Linux aarch64](bin/linux/aarch64)
# Building with Vagrant
The recipes are supposed to be built in Docker containers. In case Docker is not available, it is recommended to use Vagrant to built everything in a VM, e.g. Nmap for Linux x86: