Bugs item #2890747, was opened at 2009-11-02 16:30
Message generated for change (Comment added) made by dannybackx
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2890747&group_id=173455
Please note that this message will contain a full copy of the commen
On Sun, 2009-11-01 at 17:17 +0100, Vincent R. wrote:
> Basically from what I understand it consists in doing the following
> modifications :
>
> 1) Put section .edata and .idata inside .rdata
> 2) Put .bss data inside .data instead of emitting a .bss section
> 3) Fix IAT because value is NULL
> 4)
Bugs item #2890747, was opened at 2009-11-02 15:30
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2890747&group_id=173455
Please note that this message will contain a full copy of the comment
> On Fri, 2009-10-30 at 13:02 -0700, Pierre Ynard wrote:
> > Yes, my fix works. But you commited something different from my fix.
> > I'm not too sure about all of this, so I figured you'd know better than me
> > :)
>
> I see a difference, don't know why this happened. Are things better
> now ?