Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
On Tue, Nov 8, 2011 at 5:26 PM, JonY wrote: > Other win64 exec packers are mentioned at the UPX forum > https://sourceforge.net/projects/upx/forums/forum/6805/topic/1803140 PESpin x64 is a good program, but it does not offer LZMA compression. --

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread JonY
On 11/9/2011 07:12, Steven Penny wrote: > On Tue, Nov 8, 2011 at 4:57 PM, JonY wrote: >> So, you were planning to compress 64-bit executables without TLS using >> UPX, but it doesn't support it anyway. >> >> If you are using UPX on 32-bit executables they work. >> >> I guess you don't really want U

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
On Tue, Nov 8, 2011 at 4:57 PM, JonY wrote: > So, you were planning to compress 64-bit executables without TLS using > UPX, but it doesn't support it anyway. > > If you are using UPX on 32-bit executables they work. > > I guess you don't really want UPX. Did you have any new information, or did yo

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread JonY
On 11/9/2011 02:48, Steven Penny wrote: > On Tue, Nov 8, 2011 at 12:40 PM, Chris Sutcliffe wrote: >> UPX supported TLS callbacks as of 3.06. > > UPX does not support Windows 64-bit executables. > So, you were planning to compress 64-bit executables without TLS using UPX, but it doesn't support i

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
On Tue, Nov 8, 2011 at 12:40 PM, Chris Sutcliffe wrote: > UPX supported TLS callbacks as of 3.06. UPX does not support Windows 64-bit executables. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Chris Sutcliffe
On 8 November 2011 13:14, Kai Tietz wrote: > 2011/11/8 Steven Penny: >> Is there a way to buld with mingw-w64 without using TLS callbacks? >> I would like to compress my executables with UPX, MPRESS, etc but >> these do not support TLS callbacks? >> >> Alternatively if you know a program with will

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
On Tue, Nov 8, 2011 at 12:14 PM, Kai Tietz wrote: > you can modify linker-spec file here to put TLS-block into different > section.  .data should be fine. Does that mean using objcopy? Here is example http://www.cygwin.com/ml/cygwin-apps/2010-03/msg00076.html If there is a better way let me know

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Kai Tietz
2011/11/8 Steven Penny : > Is there a way to buld with mingw-w64 without using TLS callbacks? > I would like to compress my executables with UPX, MPRESS, etc but > these do not support TLS callbacks? > > Alternatively if you know a program with will compress win64 binaries > with TLS callback suppo

[Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
Is there a way to buld with mingw-w64 without using TLS callbacks? I would like to compress my executables with UPX, MPRESS, etc but these do not support TLS callbacks? Alternatively if you know a program with will compress win64 binaries with TLS callback support that would work as well. ---