angr / angr-targets

This repository contains the currently implemented angr concrete targets.
32 stars 9 forks source link

Don't force gdb executable path #27

Closed HexPandaa closed 1 year ago

HexPandaa commented 1 year ago

Allow to specify a custom gdb executable path, for example when gdb-multiarch is not installed and gdb would work just fine.

If you prefer, more options could be passed to Avatar via a **avatar_args, if needed.

ltfish commented 1 year ago

Thanks!