2012/3/22 NightStrike :
> On Sat, Oct 22, 2011 at 3:52 PM, Martin Whitaker
> wrote:
>> xunxun wrote:
>>> 于 2011/10/22 2:44, Earnie 写道:
Using --enable-extra-pe-debug ld switch I found the symbol defined as
.weak._myfunc. so I then added --defsym _myfunc=.weak._myfunc. and the
binary
On Sat, Oct 22, 2011 at 3:52 PM, Martin Whitaker
wrote:
> xunxun wrote:
>> 于 2011/10/22 2:44, Earnie 写道:
>>> Using --enable-extra-pe-debug ld switch I found the symbol defined as
>>> .weak._myfunc. so I then added --defsym _myfunc=.weak._myfunc. and the
>>> binary was built and executes. So why t