Moving to github.
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
|
|
||||||
The Ultimate Packer for eXecutables
|
The Ultimate Packer for eXecutables
|
||||||
Copyright (c) 1996-2015 Markus Oberhumer, Laszlo Molnar & John Reiser
|
Copyright (c) 1996-2016 Markus Oberhumer, Laszlo Molnar & John Reiser
|
||||||
http://upx.sourceforge.net
|
https://upx.github.io
|
||||||
|
|
||||||
|
|
||||||
Limitations and other things which are not (yet) supported:
|
Limitations and other things which are not (yet) supported:
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
|
|
||||||
The Ultimate Packer for eXecutables
|
The Ultimate Packer for eXecutables
|
||||||
Copyright (c) 1996-2015 Markus Oberhumer, Laszlo Molnar & John Reiser
|
Copyright (c) 1996-2016 Markus Oberhumer, Laszlo Molnar & John Reiser
|
||||||
http://upx.sourceforge.net
|
https://upx.github.io
|
||||||
|
|
||||||
|
|
||||||
Here are some possible projects from which you can choose if you'd like to
|
Here are some possible projects from which you can choose if you'd like to
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
|
|
||||||
The Ultimate Packer for eXecutables
|
The Ultimate Packer for eXecutables
|
||||||
Copyright (c) 1996-2015 Markus Oberhumer, Laszlo Molnar & John Reiser
|
Copyright (c) 1996-2016 Markus Oberhumer, Laszlo Molnar & John Reiser
|
||||||
http://upx.sourceforge.net
|
https://upx.github.io
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
|
|
||||||
The Ultimate Packer for eXecutables
|
The Ultimate Packer for eXecutables
|
||||||
Copyright (c) 1996-2015 Markus Oberhumer, Laszlo Molnar & John Reiser
|
Copyright (c) 1996-2016 Markus Oberhumer, Laszlo Molnar & John Reiser
|
||||||
http://upx.sourceforge.net
|
https://upx.github.io
|
||||||
|
|
||||||
|
|
||||||
MAJOR NEWS IN UPX 3
|
MAJOR NEWS IN UPX 3
|
||||||
|
|||||||
+3
-3
@@ -103,9 +103,9 @@ If you want to modify the stub sources you'll also need
|
|||||||
|
|
||||||
- Perl & Python
|
- Perl & Python
|
||||||
|
|
||||||
- A number of cross-assemblers and cross-compilers - precompiled
|
- upx-stubtools - a number of cross-assemblers and cross-compilers.
|
||||||
binaries for i386-linux hosts are available from
|
Precompiled binaries for i386-linux hosts are available from
|
||||||
http://sourceforge.net/projects/upx/files/upx-tools/20130920/
|
https://github.com/upx/upx-stubtools/releases
|
||||||
|
|
||||||
|
|
||||||
Misc. notes
|
Misc. notes
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
|
|
||||||
The Ultimate Packer for eXecutables
|
The Ultimate Packer for eXecutables
|
||||||
Copyright (c) 1996-2015 Markus Oberhumer, Laszlo Molnar & John Reiser
|
Copyright (c) 1996-2016 Markus Oberhumer, Laszlo Molnar & John Reiser
|
||||||
http://upx.sourceforge.net
|
https://upx.github.io
|
||||||
|
|
||||||
|
|
||||||
.___.. .
|
.___.. .
|
||||||
|
|||||||
@@ -1043,6 +1043,7 @@ unsigned Packer::unoptimizeReloc64(upx_byte **in, upx_byte *image,
|
|||||||
|
|
||||||
static const char *getIdentstr(unsigned *size, int small)
|
static const char *getIdentstr(unsigned *size, int small)
|
||||||
{
|
{
|
||||||
|
// IMPORTANT: we do NOT change "http://upx.sf.net"
|
||||||
static char identbig[] =
|
static char identbig[] =
|
||||||
"\n\0"
|
"\n\0"
|
||||||
"$Info: "
|
"$Info: "
|
||||||
|
|||||||
Reference in New Issue
Block a user