User Tools

Site Tools


software:pbsetup

This is an old revision of the document!


http://www.evenbalance.com/index.php?page=pbsetup.php

http://websec.evenbalance.com/downloads/linux/pbsetup.run

chmod 755 pbsetup.run
./pbsetup.run

Some people have problems running pbsetup (especially Ubuntu users). I don't have this problem but friends of mine. Here is what I have found out:
The pbsetup.run was compressed with upx.

file pbsetup.run 
pbsetup.run: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, corrupted section header size

Let's go and decompress the file:

upx -d pbsetup.run

now file output looks different:

file pbsetup.run 
pbsetup.run: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped

There is also a noticeable in filesize (numbers are based on version 2.0 of pbsetup.run):

  • compressed: 2539230 bytes
  • uncompressed: 6435112 bytes
software/pbsetup.1202565055.txt.gz · Last modified: 2008/02/09 14:50 by kratz00