| When memory management goes bad... |
Save |
Case study of memory usage in cmd.exe. Package contains also patched binary of cmd.exe for Windows Vista with reduced memory use.
|
| Hacker Challenge 2008 Phase 1 |
Save |
Report and solution for the first phase of Hacker Challenge 2008
|
| Hacker Challenge 2008 Phase 3 |
Save |
Report and solution for the third phase of Hacker Challenge 2008 (third place in "quality of report" category)
|
| Hacker Challenge 2007 Phase 1 |
Save |
Report and solution for the first phase of Hacker Challenge 2007
|
| Hacker Challenge 2007 Phase 3 |
Save |
Report and solution for the third phase of Hacker Challenge 2007
|
| x86 Virtualizer - source code |
Save |
Source code of the x86 Virtualizer.
|
| DLLPackager v1.0.1 - source code |
Save |
DLLPackager source code.
|
| DLLPackager v1.0 |
Save |
Tool for binding DLL libraries with PE executable file, more info in readme.txt.
|
| HookLib v1.0 |
Save |
The simple hook library, it can hook functions in three ways. Samples in C++ included.
|
| CrackMe #5 by ReWolf - Source |
Save |
Source code of my last (for today :> ) crackme. enjoy...
|
| MD5 optimization for const data's length (corrected) |
Save |
Set of eight MD5 functions optimized for constant length data:
0 - 3 : _rwf_md5_3 4 - 7 : _rwf_md5_7 8 -11 : _rwf_md5_11 12-15 : _rwf_md5_15 16-19 : _rwf_md5_19 20-23 : _rwf_md5_23 24-27 : _rwf_md5_27 28-31 : _rwf_md5_31
more info in htbteam.nfo
|
| CrackMe #4 by ReWolf - Source |
Save |
As I promised, source of my 4th crackme, a lot of code (partially encrypted), algorithm is also pretty interesting I think. Keygen can be found in 'crackmes' section.
|
| CrackMe #3 PaintMe by ReWolf - Source |
Save |
Source code of one of my simplest and strangest crackmes, I've attached copiled crackme, because it was modifed after compilation.
|
| CrackMe #2.1 (corrected version) by ReWolf - Source |
Save |
Source code of my second crackme, it is really old :), but still you can learn something from this source (I hope). It was unsolved few months, but then I recieved two solutions at the same time (almost the same time :> ), both keygens can be dowloaded from 'crackmes' section.
|
| CrackMe #1 by ReWolf - Source |
Save |
Source of my first crackme, crackme was published in 2004, so don't expect too much (expecting too less is also not a good idea).
|
| Scroller lib v1.01 |
Save |
Simple scroller library based on pure GDI API written in x86 asm. Headers for C++ and samples included.
|
| bmp2ASCII converter v1.0 - FULL SOURCE |
Save |
Full source code of bmp2ASCII converter. Code is messy and without any comments, but still can be useful for someone.
|
| bmp2ASCII converter v1.0 |
Save |
Small tool that can convert 16 colors bitmaps to ASCII text files. User can easily choose ASCII code for each color on bitmap.
|
| MD5 |
Save |
MD5 implementation written in x86 asm (MASM, FASM).
|
| MD4 |
Save |
MD4 implementation written in x86 asm.
|