
FuzzMon
Get flash to fully experience Pearltrees
How Advanced Malware Bypasses Process Monitoring
One of the primary aims of an anti-virus (AV) engine is to monitor all process activity—while malware, on the other hand, wants to avoid detection by AV.Project description Pym's is a pure python disassembly library. It is merely a port of udis86 to python. At the moment it is a one shot project.
pymsasid - A pure python disassembling library
I love Linux, as a developer, I find the tools available suit my style of work perfectly. Sometimes the tool that I want isn’t available. That’s OK though, because whenever I can, I try to contribute.
Linux’s ptrace API sucks! | Evan Teran’s Blog
cygwin-patches - Fix strace tracing of forked processes when attaching to a process with --pid
Source code for this article may be found here . Sometimes, a need may rise to start a thread in a separate process and the need is not necessarily malicious. For example, one may want to replace library functions or to place some code between the executable and a library function.
Linux Threads Through a Magnifier: Remote Threads
Python testing frameworks : Make your life easy with a Python testing framework
The days of the Wild West are coming to their end in the world of Python testing. It was not many years ago that nearly every project built with Python seemed to have its own idioms and practices for writing and running tests. But now, the frontier is finally beginning to close.Installation and quick start — nose 1.2.1 documentation
nose extends unittest to make testing easier.a mature full-featured Python testing tool provides easy no-boilerplate testing scales from simple unit to complex functional testing
helps you write better programs
another bottle at sea: building with Scons & MSVC8 using PCH with PDB and /Zi
Shaun Miller Microsoft Corporation July 2000 Summary: This article discusses the process of generating debug symbols in order to locate problems in your application. (7 printed pages)
Generating and Deploying Debug Symbols with Microsoft Visual C++ 6.0
DrMingw (EXCHNDL.DLL)
Dr. Mingw is a Just-in-Time (JIT) debugger. When the application throws an unhandled exception, Dr. Mingw attaches itself to the application and collects information about the exception, using the available debugging information.I'm open sourcing a portion of my system for browser fuzzing called Grinder. Comprised of two main components, many Grinder Nodes are setup to perform the fuzzing of various browsers while a single Grinder Server will collate the results and provides a simple web interface for managing a large number of crashes. A few screenshots should give you the gist of things...

