Alex

Show:

What's happening?

  • Select directories in graphic

    Currently when you click in graphic it shows the information about a single file. I'd like to be able to select multiple files, or to draw a line across files and the program would select the lowest common directory that contains all those files.

    2008-12-31 09:14:07 UTC in WinDirStat: Windows Directory Statistics

  • Fix crash cramfsck at die()

    The call to die() in uncompress_block() passes parameters in wrong order. This makes vfprintf() crash.

    2008-10-11 12:06:26 UTC in cramfs tools

  • Comment: xterm / rxvt (linux) and broken hex display

    You could also delete your .biewrc. I have a suggestion: Make 7-bit option enabled by default !!

    2008-08-19 21:25:58 UTC in biew

  • Comment: xterm / rxvt (linux) and broken hex display

    Reconfigure biew. You can do it like this: - Run with: biew -i anyfile - Make sure you select 7-bit output (press F5) and press enter. - Exit biew (F10) Now everytime you run biew should work ok (from now on without -i).

    2008-08-19 21:24:22 UTC in biew

  • MP3 Detection Hangs

    While loading a hard disk device (/dev/sdb) i found biew gets hang. The problem happens withing this function: find_next_mp3_hdr() I am trying to understand it and why the negative seek, but i still can't get the point. Btw, i also found that ALL files show mp3 info if I press F8 (even non-mp3). I'm using Debian etch (stable).

    2008-08-19 21:06:15 UTC in biew

  • Comment: Big file and devices

    I forgot to mention i am using Debian Etch (stable) gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) libc6: 2.3.6.ds1-13etch2 Kernel 2.6.26.2 vanilla.

    2008-08-19 19:59:22 UTC in biew

  • Big file and devices

    Device size was not calculated nor displayed properly. The return value of lseek() was not checked so after an error the file pointer position is unknown, and further checks and reads are useless. Also used a long long for printf, which is required to print a 64-bit integer on my 32-bit system. I hope it does not break on legacy systems. To check it just open your hard disk (eg...

    2008-08-19 19:51:32 UTC in biew

  • Dark side of the moon

    I'm tracking moon from Earth and i'm seeing dark side of the moon most times.

    2007-03-03 17:46:46 UTC in OpenUniverse

  • Unaccuracy on moon eclipse date

    Hi, i'm using OU 1.0beta3.1-6. Tonight there's gonna be a moon eclipse (about 3rd March 2007 23:20 UTC), but if i try to simulate it in OU it won't happen until 8th March. Thank you.

    2007-03-03 17:33:08 UTC in OpenUniverse

  • Big-Endian Issues

    In function verify_crc32(), in file verify.c, the variable "crc" suffers from endian issues. This prevents wepattack to work sucessfuly on bid-endian processors. Here is a proposed solution: #define SWAP32(x) \ x = ((((x) & 0x00ff0000) >> 8) | \ (((x) & 0x0000ff00) > 24) | \ (((x) & 0x000000ff)

    2006-11-11 02:49:47 UTC in WepAttack

About Me

  • 2003-02-18 (7 years ago)
  • 714840
  • latinsud (My Site)
  • Alex

Send me a message