$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2020-07-17 22:12:12
On 2020-07-18 00:02, Mathias Gaunard via Boost wrote:
>
> Of course there are silently-just-works approaches for gdb.
> You just have to create a section called .debug_gdb_scripts (you can
> have any number of them)., and gdb will run its content as a Python
> script when it loads the binary.
I wonder if this can have security implications...