Statistics

Members: 1927
News: 293
Web Links: 1
Visitors: 4053154

Who's Online

We have 1 guest online
Damn Vulnerable LinuxDamn Vulnerable Linux (DVL) is a Linux-based (modified Damn Small Linux) tool for IT-Security & IT-Anti- Security and Attack & Defense. [CLICK HERE FOR MORE INFOS! ]

Featured Conference Video

T16-Recon2006-Joe_Stewart-OllyBonE.gif OllyBone - Semi-Automatic Unpacking on IA-32. View the conference video here!
Home
Sharepad - Transforming the Windows Notepad in Shareware
User Rating: / 0
PoorBest 
Written by Anubis   
Side Story
Adding functions to any program using a DLL

Some time ago I have worked on Douby’s ”ReverseMe 1” and added missing functions to the program. After doing this I looked for a way to make this process easier. It’s very uncomfortable to code with HIEW, especially if you must change the finished code. Suddenly I got an idea: why not writing a dll? This allows you to use the language you are most familiar with (ASM, C, C++, Delphi, ...), only few asm-code is needed and it’s not difficult.

Read More >>



I had read in the past a challenge which consisted in transforming the windows’ notepad into a shareware. I have no idea if this has already been done, and as I have always been excited by Reverse Engineering, I have always wanted to write an essay about it. I hope that you will also have fun in reading it as I had in writing it :o) This essay is written in 2 parts. Part 1 deals with a transformation which needs no GUI (interface), only pure coding under an hexeditor. Part 2 will deal with GUI and has the typical registration box with name and serial calculation.

Download: pdf Sharepad - Transforming theWindows Notepad in Shareware

Download: zip Sharepad - Transforming theWindows Notepad in Shareware - Supplementary Files