Slashdot Mirror


PPK debuts the tiny programming challenge

kernelistic writes "Looks like the great folks at properkernel.com are running a developer challenge. They're looking for smallest executables that match the posted criteria. The rules look fairly straightforward. Anyone up for some fun?"

4 of 67 comments (clear)

  1. Deep gray mouse runs after the holy yellow cheese by wcbarksdale · · Score: 4, Funny

    At least they've chosen a challenge with practical implications.

  2. Put it in the kernel. by Trusty+Penfold · · Score: 2, Funny


    Submit a kernel patch that prints the stuff about the mouse on a certain syscall.

    ASM
    mov eax 0xbaadca11
    syscall
    ret

    8 bytes. I win.

  3. Re:Eh, why? by 0x0d0a · · Score: 3, Funny

    Because it keeps people who would otherwise be writing tiny exploit code to take advantage of buffer overflows otherwise occupied.

  4. Solved by Anonymous Coward · · Score: 1, Funny

    I have just discovered a 35 byte solution.

    Unfortunately, the source is too long to give here.