Ohi,
trying slowly to bring this site back to life.
Keep in mind that most of stuff here (especially 'news') is < 2007
Some more recent stuff scattered among different places:
- PixelToastereD - IV 2010 - D bindings for C++ framebuffer library called pixeltoaster
- authenticode-hash - ~2010 - authenticode calculation in D
- distendere - VIII-X 2010 - various encryption algorithms in D (LZSS, QuickLz, BriefLz, aplib)
- mine solution of crackme by qpt^J
- pileofcrap - various stuff put in one place
- format - VIII-IX 2011 - attempt to do c#-like formatter without any CRT/glibc dependencies, number of tests here (abandoned?)
- search VI-VII 2011 - some text matching/searching algorithms, goal was to have tiny memory footprint, tests here (abandoned?)
- Salsa 20 - III 2012 - stream cipher implementation, written based on specification, so it's easy to follow (works ok)
- my (functional) keygenme and detailed analysis by rewolf
- clamsrch - VII 2012 - merging clamav fast scanning abilities with signsrch tool and PEiD base
- png-fun - VIII 2012 - replacing GZ compression in LodePNG png handling lib, comparison and results (snappy, dash, lz4, lzham, bsc, lzo)
- keymapper - IX 2013 - simple keymapper for windows
- dynasm-jit-playground - X 2013 - playing around with dynasm
- brainfuck AOT/JIT for fun - XII 2016 - ctf task