-
It would be nice to be able to define groups of files based on shell patterns (i.e. *.c, *.h) and display them in customizable colors in the panels.
2008-10-21 20:30:26 UTC in Tux Commander
-
I need to mention that this applies only to executables using $ORIGIN in rpath.
2008-04-21 14:39:06 UTC in UPX - a powerful executable packer
-
When an ELF executable using rpath to locate its libraries is compressed with UPX, it will not work anymore.
I've written (and attached) a small example:
$ make
gcc -o lib/libsomelib.so somelib.c -fPIC -shared
gcc -o test test.c -Wl,-rpath,'$ORIGIN'/lib -Llib -lsomelib
$ ldd test
linux-gate.so.1 => (0xb7f87000)
libsomelib.so => /mnt/work/testupx/lib/libsomelib.so...
2008-04-21 14:05:15 UTC in UPX - a powerful executable packer
-
PS: w32api version 3.10.
2007-09-24 21:29:40 UTC in MinGW - Minimalist GNU for Windows
-
The function _wfdopen is declared as:
_CRTIMP FILE* __cdecl __MINGW_NOTHROW _wfdopen(int, wchar_t *);
Its second parameter, according to MSDN, should be const, like:
FILE *_wfdopen(
int fd,
const wchar_t *mode
);.
2007-09-24 21:28:19 UTC in MinGW - Minimalist GNU for Windows
-
I've just installed a NetBSD PMax (http://gavare.se/gxemul/gxemul-stable/doc/guestoses.html#netbsdpmaxinstall) and I have a le0 network interface which appears to work...sort of (i assigned an ip address to it, but ping didn't work and i didn't look into the problem very carefully...) :)
2007-05-03 07:49:40 UTC in UPX - a powerful executable packer
-
I'm not sure about networking - i haven't really used the emulator - you could try to see if the documentation helps you: http://gavare.se/gxemul/gxemul-stable/doc/networking.html
As an alternative, I think you could use a floppy image which you could mount under both a real system and an emulated one to transfer files.
I'm gonna try to install a system and see how/if the network support...
2007-05-03 06:26:11 UTC in UPX - a powerful executable packer
-
Hi,
Sorry for the elfls, it was the only tool I had at hand at the moment I've posted this.
About the emulator, I've been able to boot a NetBSD using GxEmul, using the instructions provided here:
http://gavare.se/gxemul/gxemul-stable/doc/guestoses.html#netbsdevbmipsinstall
Also, I've found other emulators, which I haven't tested, but might be useful...
2007-03-29 07:42:06 UTC in UPX - a powerful executable packer
-
Would it be possible for such binaries to be supported, for embedded devices (routers) ?
Here's an example of such a binary..
# elfls ./ipkg
./ipkg* (MIPS)
Program header table entries: 6 (34 - F4)
0 T r-x 34 C0 00400034 3 P r-s 0 89C 00400000
1 I "/lib/ld-uClibc.so.0" 4 P rw- 1000 97 10000000 +29
2 ? r-- 108 18 00400108 5 L rwx 97 0...
2007-03-28 06:36:26 UTC in UPX - a powerful executable packer
-
dragonk committed revision 21 to the OptParse SVN repository, changing 1 files.
2007-03-04 20:38:26 UTC in OptParse