In the file include/psdk_inc/_wsa_errnos.h
The last section is "commented out".
1. Is it supposed to be commented out?
2. If yes, why?
http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/trunk/mingw-w64-headers/include/psdk_inc/_wsa_errnos.h?view=markup
---
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.
--
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
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
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
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.
---