Hi,
Actually it won't bring us too much information, all you will see if the
fact UPX transforms
the DLL by creating 3 PE sections :
UPX0
UPX1
UPX2 : Export Table; Import Tanle; Relocation Table
and with the original table you will have something like :
.text
.data
.idata
.edata
.bss
.reloc
s
The only difference between the two DLLs is that one is compressed with UPX.
I can send both to anybody wanting to look at them, but personally I am
unable to help much because I never encountered such problem.
Pascal
2009/1/14 Danny Backx
> Do you have two versions of that DLL to play with the