Entwickler-Ecke

Open Source Projekte - Shellcode Converter


retnyg - Di 18.01.05 18:35
Titel: Shellcode Converter
This program converts C-style string buffers, like u get in Buffer Overflow
remote exploits, or from a packet sniffer like Sniff'em, to Binary files
and Delphi Style strings.
Also u have option to convert binary files to Javascript-strings
(useful for HTML-pages...), and to C-Style.

it was originally written in Delphi7 with VCL, but was converted to KOL using
the program "KOL Converter" (made by myself =).
After adaption of ~10 lines of source code the program compiled well with KOL...
To compile this program you need KOL: http://bonanzas.rinet.ru/

Difference: .exe is now 25 KB instead of ~450 KB

Download binary: http://www.krazz.net/retnyg/cconv_bin.zip
Download source: http://www.krazz.net/retnyg/cconv_src.zip

user defined image