search for: upx

Displaying 20 results from an estimated 34 matches for "upx".

Did you mean: up
2010 Mar 15
1
host cross-compile patch
...or just pasted inline so I did both this time. BTW, it's relative to syslinux 4 but the same changes work with syslinux 3 although the patch won't apply cleanly. don ------------- diff --git a/MCONFIG b/MCONFIG index 87079a5..6c5a164 100644 --- a/MCONFIG +++ b/MCONFIG @@ -39,19 +39,23 @@ UPX = upx CHMOD = chmod -CC = gcc +# Pass cross-compiler tuple to make, +# e.g. make CROSS_COMPILE=i686-nptl-linux-gnu- +CROSS_COMPILE ?= +CC = $(CROSS_COMPILE)gcc + gcc_ok = $(shell tmpf=gcc_ok.$$$$.tmp; \ if $(CC) $(GCCOPT) $(1) -c $(topdir)/dummy.c \ -o $$tmpf 2>/dev/null ; \...
2007 Mar 19
1
acrobat pro?
had anyone had any luck getting adobe's acrobat 7.0 pro to work under wine? no matter what i do, i just can't seem to get it going. i'm running the latest wine on ubuntu dapper and kernel 2.6.17. thanks, in advance, for any help.
2005 Jan 07
0
Re: syslinux] syslinux vs grub
...S, burn disk image). So Syslinux 3.xx series has its use, and I'm sure you're still full of ideas. Some I (still) have: *above mentioned MEMDISK support for reading floppy disks and reading image files from harddisk and floppydisk *Syslinux/Memdisk compressible (usable for boot floppy) by UPX for example. Linux kernel can be compressed by UPX, FreeDOS kernel can, and maybe Syslinux also. When seeing the compression ratio in the Syslinux .zip archive there's a nice 2:1 result. *Compatibility with LinuxBIOS would be great (www.linuxbios.org). Keep up with the excellent work, seeing...
2001 Dec 15
1
virtualdub problem
wine-20010822-1 redhat 7.2 ximian gnome 1.4 nvidia drivers 2314 Trying to run VirtualDub under Wine. It doesn't start at all; i get an error message (see below). Searching the maillist archive, and browsing through the documentation didn't help. Any idea what can be done? [root@pc work]# wine VirtualDub.exe fixme:pthread_kill_other_threads_np Console: Making console complex (creating an
2014 Jun 24
0
[PATCH 2/2] Test for Watcom C presence
...ndex 9dc88d1..69fc58a 100644 --- a/dosutil/Makefile +++ b/dosutil/Makefile @@ -7,6 +7,9 @@ include $(MAKEDIR)/syslinux.mk WCL = wcl WCLOPT = -6 -osx -mt -bt=DOS -l=COM +WCL_IS_GOOD := $(shell $(WCL) $(WCLOPT) \ + -o hello.exe $(SRC)/../win/hello.c >/dev/null 2>&1 ; echo $$?) + UPX = upx NASM = nasm @@ -45,7 +48,12 @@ TARGETS = $(WCTARGETS) $(NSTARGETS) rm -f $*.0* chmod a-x $@ +ifeq ($(WCL_IS_GOOD),0) all: $(TARGETS) +else +all: $(NSTARGETS) + rm -f $(WCTARGETS) +endif tidy dist: -rm -f *.obj *.lst *.o *.0* -- 1.8.3.1
2003 Jun 15
1
Sizing down Ogg Vorbis encoder binaries
Not too long ago, I converted my whole cd library to OGG format, because I loved the way it sounded, and the fact that is was open source. Recently, I wanted to update my library with the latest CVS code. I just did a compile of the CVS ogg binaries (ogg.dll, vorbis.dll, vorbis_enc.dll, vorbis_file.dll), and I noticed they were alot larger in size than the default ones that came with CDex. I
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...1 17:15 com32/lua/src/liblua.c32 1 154128 Nov 1 18:08 com32/menu/vesamenu.c32 1 255188 Nov 1 18:08 com32/lua/src/lua.c32 1 347864 Nov 1 18:08 com32/hdt/hdt.c32 Grand total: 2,291,814 bytes, or about 2,238.10 KiB or about 2.19 MiB. In this example, the DOS installer has not been compressed with UPX. With UPX installed on the computer performing the 'make', its size changes from the 54,624 above to 40,694. It might be worth noting that since all of the installers contain much common code, they compress when packed together... 1 54624 Nov 1 18:09 dos/syslinux.com 1 87040 Nov 1...
2005 May 12
1
Do I have an infected init file?
Hello; I'm running a FreeBSD 4.10-release-p2 box and both chkrootkit 0.44 & 0.45 report that my /sbin/init file is infected. It appears as though the egrep for "UPX" in the output of "strings" triggers the infected notice. When I copy the init file from an uninfected box to this one chkrootkit continues to report it as infected. Is chkrootkit reading a copy of the /sbin/init file stored in active memory? If my machine is compromised, which rootk...
2013 Jul 11
2
Unable to boot with syslinux-5.1x from git
...boot (/boot/extlinux/extlinux.conf is untouched) ...but this seems not to be related to syslinux-5.11-pre8. syslinux-5.10 from source (=the tarball you provide) does work. I also tried syslinux-5.10 from git - same error. So there must be something wrong when I build from git. CFlags? LDFlags? UPX? I have absolute no idea where to start debugging with this error. If you think this is worth to debug, I am happy to follow your commands ;) If you don't think this is worth to debug (because building from tarball will work and you will ever release such an archive), I can understand (I tried...
2013 Jun 28
2
FW: pxelinux 5.x, 6.x memtest problem
On 06/28/2013 04:07 PM, Gene Cumm wrote: > On Fri, Jun 28, 2013 at 12:53 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Fri, Jun 28, 2013 at 10:13 AM, Ady <ady-sf at hotmail.com> wrote: >> >>> But, in Syslinux 4.06, there is linux.c32, which is a sort of >>> introduction to Syslinux 5.xx (please allow me to be not strictly >>> accurate in
2013 Mar 31
1
Rock Ridge for core/fs/iso9660
...SO image with such a skip length. (Maybe it has something to do with ISO 9660 on CD-ROM XA. Normal runs of cdrecord or libburn produce CD-ROM Mode1.) ---------------------------------------------------------------- This all compiles now in syslinux from git on a Debian 6 system. It has no "upx" and apt-file search does not find any. At the end there are complaints by ls about missing win32/syslinux.exe and win64/syslinux64.exe. But the run ends by a long list of files and make: [all] Error 2 (ignored) No errors are reported when compiling iso9660.c and susp_rr.c. The code changes...
2003 Dec 27
0
Where to obtain (how to build) small enough workablekernel?
..._IMAGE=KNOPPIX the knoppix floppy file contains: ldlinux.sys syslinux syslinux.cfg vmlinuz 600KB or so initrd.gz 300KB or so. this means you should have plenty of space. I don't know if anyone has succeeded in a Linux 2.6 bootdisk with a somehow compressed kernel (bzImage or maybe UPX 1.90). this is all the help I can offer as an end-user. regards, Bernd Blaauw
2009 Jun 24
1
Can''t get utorrent to install
Hi everyone. I'm really new to Linux and everything but I just got an Eee PC 901 and I'm running Ubuntu Eee (Easy Peasy). I downloaded and installed Wine following the directions on this site then I downloaded utorrent. First I tried just having Firefox open it with wine and that worked and brought me to the install wizard but then on the last step when I tell it to install nothing
2013 Jan 17
3
The DOS installer problem
I am now convinced the problem is really trivial to solve. The problem is that ldlinux.c32 is too big, but we already know that stripping the modules gets them down to a reasonable size: 430318 ldlinux.c32 114376 ldlinux.c32 It would also be nice to support LZO or gzip compressed modules: 66798 ldlinux.c32.lzo 61513 ldlinux.c32.gzip ... which would really take care of the problem. But
2013 Jun 29
0
FW: pxelinux 5.x, 6.x memtest problem
...the problem is understood. I posted my results from what I thought was "the stock memtest-86+ 4.20 binaries" which I presume to be Syslinux core safety measures. What was different? Why was Nemeth able to load something that should be expected to fail? Was it packed with something like upx (which failed to compress Memtest binaries for me)? -- -Gene
2013 Jul 12
0
Unable to boot with syslinux-5.1x from git
...hed) > > ...but this seems not to be related to syslinux-5.11-pre8. > > syslinux-5.10 from source (=the tarball you provide) does work. > > I also tried syslinux-5.10 from git - same error. > > So there must be something wrong when I build from git. CFlags? > LDFlags? UPX? I have absolute no idea where to start debugging with > this error. ld: libpng/pngrtran.o: warning: relocation against `png_do_read_filler' in readonly section `.text'. ld: warning: creating a DT_TEXTREL in object. Looks like your files aren't position-independent. What does,...
2013 Jun 29
2
FW: pxelinux 5.x, 6.x memtest problem
...stood. > >I posted my results from what I thought was "the stock memtest-86+ >4.20 binaries" which I presume to be Syslinux core safety measures. >What was different? Why was Nemeth able to load something that should >be expected to fail? Was it packed with something like upx (which >failed to compress Memtest binaries for me)? > >-- >-Gene -- Sent from my mobile phone. Please excuse brevity and lack of formatting.
2003 Jul 15
4
Vorbis Compile Win32
Hi, Can someone tell me how to compile the vorbis dlls under Windows? I've already got to the part, where I downloaded the sources from CVS. CH4R1ie <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word
2007 Feb 11
2
"no camping required" deployment?
Hi, So Lennon got me going with my database-less Camping app, but I''ve just realized that, I have no deployment strategy. This app is to provide a GUI front end to our FUN3D fluid flow simulation monster, which is used by ourselves, companies, universities, hobbyists, and the military. The end result of which, is a file of (key, value) pairs read by FUN3D. Requiring our users to have
2004 Aug 03
1
(PR#7152) Ops.ts returns non-ts object for univariate operations
...B4GCSqG SIb3DQEJARYRanBhbG11Y2NpQHJjbi5jb20xKzApBgkqhkiG9w0BCQEWHGpwYWxtdWNjaUBt YWNoaW5laW5zaWdodC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDV29qd kRrXAYWUnO65QB5RKEOAT0cM1e25Mm3cLUmUPlXb4Q9rVMmgocNAB2gu10BE6dtnX92lzELC zeh7WftzYJuyiL0pzH9lAnWSAKMzyHsj4Alb3mE4FMQ8GFLrZyywuewNFmQoQOiCdVns7c49 UPX+2zW1OZDnJXLl/08Kbkigc1hXi0tRkgLK/PQqmHsvmINTy6ALAlMhva3D4v62sPmwhnUa QlWNvHPALKRhsq8vsCs+xb+RyfO4fNKh/t3MuETgZFIXsEBS9pwJNEhY2+qEvTrx/tBbbEaD nB/+ly/4GNRfwVmzckzxwQaLPvokcaOu0nJzOduoPditUInNAgMBAAGjYzBhMFEGA1UdEQRK MEiBFXBhbG11Y2NpQGFsdW0ubWl0LmVkdYERanBhbG11Y2NpQHJjbi5jb22BHGpwYWxtdWNj aUBtYWNoaW5...