|
Protty v0.1A [Beta]
|
|
Hits: 7 |
|
Date added: 01/01/2006 |
|
Protty is a ring 3 library developed to protect against shellcode execution on Windows NT based systems. The full description of the mechanism was published within the Phrack magazine volume #63 (sources of the initial release are also available) . Currently Protty stops most known Windows shellcodes. Moreover it can block some types of viruses which use similiar methods as shellcodes do. |
|
|
|
|
Patchs Tools
|
|
Hits: 19 |
|
Date added: 01/15/2006 |
|
Fast Patch,Predator's Extreme Loader Generator 0.3, Patch generator, Yodas Process Patcher, Buddha Patch File Creator 2.2, CodeFusion,
Cool Beans NFO Creator 2.0.1,
Patch Creation Wizard v1.2,
Patch On The Fly, WINpatch and Tola's Patching Engine. |
|
|
|
|
Exe and Dll viewer
|
|
Hits: 29 |
|
Date added: 01/16/2006 |
|
View resources in Win32 executable files (*.exe, *.dll, *.cpl, *.ocx) and in Win32 resource files (*.res) in both their compiled and decompiled formats.
|
|
|
|
|
rss2html v0.7.2
|
|
Hits: 3 |
|
Date added: 01/26/2006 |
|
Minimalistic cmdline tool to fetch RSS news from HTTP or local files and convert them into plain text, formatted html, or token-separated strings.
This tool can be easily integrated into shellscripts, cron tasks, motd's, etc.
WARNING: 0.7.2 fixes a bug that makes 0.7.1 unusable. PLEASE UPGRADE!
i.e: $ rss2html http://slashdot.org/rss/index.rss | lynx -stdin |
|
|
|
|
Acr v0.4
|
|
Hits: 9 |
|
Date added: 01/31/2006 |
|
ACR is an autoconf like tool that allows you to create configure scripts for your programs. The main aim of this tool is to teach developers how to create portable builds of their tools, just using generic functions wrapped by acr to generate portable shellscript.
Some interesting features in front of autoconf. (but ... also disavantadges )
Pros:
* Easy to learn / implement.
* Faster/smaller final configure script.
* Own syntax, not complex m4 macros.
* Reverse engineering tool to recover .acr files from the final configure script.
* Good documentation and tutorials.
* vim syntax highlighting for configure.acr files ($PREFIX/share/acr/vim/install.sh)
* Debugging support (-d)
* Integrated support for java, bash, perl, tcl, c, c++, ruby and python.
* Recursive configure script calls.
* Progress bar in generation stage.
Contras:
* Not recommended for huge projects
* Slow script generation parsing huge configuration files
* No automake replace. (just type clean makefiles and acr substs)
* Not enought tested (only on free operating systems (Open|Net|Free|Dfly)BSD, GNU systems, and Darwin). |
|
|
|