Projects tagged ‘c’ and ‘tracing’


[3 total ]

1 Users

Mission Statement The Lemona project's objectives are to provide: a complete proposal for a secured and reliable open architecture; and its full-featured implementation. The goals of the Lemona ... [More] software are: to monitor and to trace system activity at the kernel and user level; to report and to store archives of this activity on remote and/or local repositories; to provide understandable information for the recovery and forensics analysis of compromised systems. Master of IT at Macquarie University Lemona was started by Laurent Malvert and Kenfe-Mickael Laventure, students at the Macquarie University in 2008, as part of the completion requirements for their Master of Information Technology (Software Engineering) program. [Less]
Created about 1 year ago.

0 Users

Similar to linux's ltrace and VC++'s Spy program, this allows the tracing of Win32 calls made by a program during it's execution. This can be useful for determining what a program actually does ... [More] during its execution, and finding out where error conditions are arising (eg which win32 registry calls return errors). Code is written in C++, and uses native Win32 debugging calls (this is not a cygwin hack). Code is reasonably well laid out, so it should be easy to cannibalise it for other projects. It's slightly non-standard in the way it handles the hooking of DLLs (effectively creating a jump table in the target process' address space), but it works reasonably quickly. Notes on usage and configuration files contained in the project itself. Required Visual C++ v6.0. [Less]
Created about 1 year ago.

0 Users

CPTracer is an open source ray tracer, coming with a raytracing-specific 3d-editor. It is written in C++ and uses wxWidgets for the editor's interface. That way, it will be highly platform ... [More] independent. It is going to support real-time ray tracing and there will be the possibility to easily integrate the program in other applications. [Less]
Created about 1 year ago.