Giter Club home page Giter Club logo

imagine-programming / hindsight Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.04 MB

Hindsight is not a fully featured debugger that can be used for advanced debugging of software in development phase. Hindsight is a portable debugger that can be run by the end-user to generate a report on some of the behaviour of the program being debugged. The most notable events this debugger is interested in, are breakpoints and exceptions.

License: MIT License

C++ 93.03% C 6.97%

hindsight's People

Contributors

imagine-programming avatar

Watchers

 avatar  avatar

hindsight's Issues

[testing] proper automated testing

Currently, there is no automated testing for hindsight. It would be nice to see some testing, especially for the stack trace feature (with symbol resolution and disassembly) and the binary log format.

[feature] follow process creation through DLL injection.

hindsight could be a bit more useful when debugging packed binaries (like SFX archives) when it would know when the debugged process is going to start a new process. There are several ways of going about this, but a nice method of approach would be to inject a generic debugging DLL into the debugged process that can hook i.e. the CreateProcess calls from the debugged process.

This would also help debugging the process when it starts itself with different parameters.

[documentation] generate a Wiki from the XML comments in code.

Currently, the code is thoroughly documented through XML comment blocks. These XML comment blocks are not extremely well supported for C++ in Visual Studio, but they do describe all classes, methods and relevant members with references to other classes, methods and relevant members.

The next step is to generate some form of wiki from those XML blocks, making the code easier to navigate and understand for people that are new to Windows API programming, the project and/or C++.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.