Sujet : Re: A Famous Security Bug
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 25. Mar 2024, 12:24:24
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240325142424.000035a0@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Mon, 25 Mar 2024 13:04:50 +0200
Michael S <
already5chosen@yahoo.com> wrote:
>
extern char __image_base__[];
>
This symbol is a little more portable. It works both for 32b and
64b, both for gcc link infrastructure and for MSVC link infrastructure.
extern char __ImageBase[];