|
C++ Master Kit
|
|
Hits: 0 |
|
Date added: 05/19/2006 |
|
This is C++ Programmers Dream Pack. Many hard to find readings are included, e-books, Tools to help with API, Open Source Tools and many Source codes to help you learn as fast as possible. This is aimed at RAT Programming. For Educational use only! |
|
|
|
|
Bunny
|
|
Hits: 7 |
|
Date added: 11/11/2007 |
|
Bunny uses automatically generated C-level instrumentation to focus on runtime inputs observed to trigger new control flow paths or interesting parameter variations - and to bail out early on dead-end fuzzing routes.
This notably improves flow path coverage and overall quality of the fuzzing process.
The tool is designed to maintain a near-native execution speed, and requires virtually no setup, even when dealing with complex and large codebases. This is probably a major improvement over previous closed loop solutions.
The software should be reasonably stable, though some bugs might still need to be ironed out. |
|
|
|
|
Buddha Patch File Creator
|
|
Hits: 9 |
|
Date added: 02/28/2005 |
|
- uses the comfortable Windows environment
- can undo the changes in the target program !
- offer the possibility to insert a long comment, which is displayed to the user. |
|
|
|
|
Bloodshed Dev-C++
|
|
Hits: 24 |
|
Date added: 07/29/2006 |
|
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. It creates native Win32 executables, either console or GUI. Dev-C++ can also be used in combination with Cygwin. Source code included.
Features are :
- Support GCC-based compilers
- Integrated debugging (using GDB)
- Project Manager
- Customizable syntax highlighting editor
- Class Browser
- Code Completion
- Function listing
- Profiling support
- Quickly create Windows, console, static libraries and DLLs
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support
- Find and replace facilities
- CVS support
|
|
|
|
|
Bind .exe using V.B 6.0
|
|
Hits: 28 |
|
Date added: 11/19/2005 |
|
MAB show you a technique to bind multiple executables into one main executable, where all executables will be executed once the joined EXE is executed. The joined EXE will be undetectable for AV, and not be detected as trojan.dropper! Need Visual Basic... |
|
|
|