Stella 2.0 Update

Updated PSP build to reflect lastest changes of the of the Stella project. This build is done with revison 1654 of pspsdk and libsdl. Changelog libsdl links against GL Loader menu has simplified naviagtion Building To build for the PSP, make sure psp-config is in the path and run: ./configure –host=psp make [...]

mkbuffer0.2

Updated my shellcode generation tool. Added shellcode encryption, to hide from IDS which scan for well known strings in the shellcode, like ‘/bin/sh’. The encryption is quite simple, just add,sub,xor or move by an fixed offset. The tool added also a hook to decode the shellcode before it gets called. Changelog: Use getopt for command line parsing Fixed [...]

OpenGL and GLSL Demo

Found some time to play with GLSL Extension. I started with a simple Cube Demo from NeHe using SDL for the user interface programming. Then i added GLEW as the GLSL extension wrapper. The Shader Programs are taken from Linux Magazin Article. Currently no own ideas First i had to refresh my OpenGL [...]

New Stella Build

Updated PSP build to reflect lastest changes of the of the Stella project. Currently the PSP build only works when not disabling the Debugger Console during compile time. So this time configure option –disable-developer will leed to a broken build, even when the debugger is not useable on the PSP. This build is [...]

Shellcode Tool

Inspired by an article in german Hakin9 Magazin from October 2005, i wrote a little programm to test and generate shellcode.A good place to learn about buffer overflows is here. I found a interesting python framwork called inlinegg for shellcode generating. This make shellcode developing really easy and effective. My simple tool is used to prepare buffers [...]

New Kbtsco Release

A new Kbtsco release is available. Did some small tweaks. Added Channel Forcing via Configure Menu. Some people reported having problems with the channel auto dedection, so that it’s now possible to asign the channel manually. Added Cancel Menu item to interrupt the connect process, in case somebody hits the Connect button when no headset is available. Switched Build System [...]

Stella Update

Released a new build of the the Atari 2600 Emulator Stella for the PSP. Just a up2date release to reflect current CVS changes. Download Source

New Stella Release

Finished a new release of the the Atari 2600 Emulator Stella for the PSP. Did some bug fixing and fixed the build system to work with latest pspsdk. It’s seems that the Stella 2.0 version is nearly finished and it will be released on the official site in the near future. Change Log Fixed build system [...]

Stella PSP Port

Ported the Atari 2600 Emulator Stella to the Portable Playstation. The Port is in offical project CVS at Sourceforge. Currently the version is beta and there is no offical psp build. You can download my build, but use it on your own risk. Building To build for the PSP, make sure psp-config is in the path and run: [...]

Bluetooth Headset and Linux

The Alsa-Bluetooth project project provides a way to use a bluetooth headset with Linux.They do this currently by making an alsa kernel driver which uses bluez to reach the headset. I Wrote a KDE based user space daemon wich works as drop in replacement for the btsco daemon from the Alsa-Bluetooth package. The Programm is [...]