Backtrace is a C library that replicates the bt functionality from gdb. This can be used on code as it is developed and on live code, to allow function stack tracing without having to run under gdb. This library will display the file name, function name, and line number in the backtrace, and will work even with a stripped binary.
Bitvector is a C library that allows you to use strings rather than ints for internal flags. On many platforms, ints are limited to 32 bits and are thus limited to 32 flags available for a given flag variable. Bitvector uses a resizing char array for flags, allowing much greater flexibility for flag management.
Sorry make that 'sneakycode.com' :) sorry it was early
Given freshbones seems to never happened, we at Wolf Software have registered 'funkycode.com' the site hopes to be live after the new year, and will allow people to post small/trivial code classes ...
Hi Bofh, thanks for the help in debugging that, the instant i removed the spaces it all started working perfectly from windows, will test from ubuntu laptop later :)
wolfchat.net 843, the policy file should be readable, i altered the iptables to allow it. The example site on your page only worked under windows for me.
I have tried to install this but it failed with a security error eventPhase=2 text="Error #2048", I have followed the instructions and my policy seems to be being served correctly. I eve...