Giter Club home page Giter Club logo

va1demar / anoevel-debugger-on-windows-based-application Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 98hritika/anoevel-debugger-on-windows-based-application

0.0 1.0 0.0 18 KB

To handle the error code it is an easy task. Like everything else errors can be encountered in codes, software and systems and to handle those errors at a small level is easier task for a skilleduser but when the code length is in millions of lines the problem aggravates. That’s where we need a tool that may point the user straight to the scene of incident.Debuggers provide a whole host of features and functionality that are useful when assessing software for defects. Most come with the ability to run, pause, or step a process;set breakpoints; manipulate registers and memory; and catch exceptions that occur inside the target process. Here we introduce two types of debugger white box debugger and black box debugger. Most development platforms, or IDEs, contain a built-in debugger that enables developers to trace through their source code with a high degree of control. This is called white-box debugging. While these debuggers are useful during development, a reverse engineer or bug hunter, rarely has the source code available and must employ black- box debuggers for tracing target applications. A black-box debugger assumes that the software under inspection is completely opaque to the hacker, and the only information available is in a disassembled format. It is important to differentiate two subclasses of black-box debuggers: user mode and kernel mode. Some examples of debuggers are WinDbg, from Microsoft, and OllyDbg .The main use of the debugger is when a bug is found at any point through the course of execution of a program. So, a need some debugging event is important. These events are breakpoints hits, exception created by the ongoing program and if or any memory violations occurs. As discussed in the previous slide that the kernel mode is the highest mode of privilege for any user; let us see how. At the kernel level (i.e. the 0th ring of an operating system) a debugger interacts with the registers of the system which is the core of any operation being performed. States of various registers can be examined

Python 100.00%

anoevel-debugger-on-windows-based-application's Introduction

A Novel-Debugger-on-windows-based-application

To handle the error code it is an easy task. Like everything else errors can be encountered in codes, software and systems and to handle those errors at a small level is easier task for a skilleduser but when the code length is in millions of lines the problem aggravates. That’s where we need a tool that may point the user straight to the scene of incident.Debuggers provide a whole host of features and functionality that are useful when assessing software for defects. Most come with the ability to run, pause, or step a process;set breakpoints; manipulate registers and memory; and catch exceptions that occur inside the target process. Here we introduce two types of debugger white box debugger and black box debugger. Most development platforms, or IDEs, contain a built-in debugger that enables developers to trace through their source code with a high degree of control. This is called white-box debugging. While these debuggers are useful during development, a reverse engineer or bug hunter, rarely has the source code available and must employ black- box debuggers for tracing target applications. A black-box debugger assumes that the software under inspection is completely opaque to the hacker, and the only information available is in a disassembled format. It is important to differentiate two subclasses of black-box debuggers: user mode and kernel mode. Some examples of debuggers are WinDbg, from Microsoft, and OllyDbg .The main use of the debugger is when a bug is found at any point through the course of execution of a program. So, a need some debugging event is important. These events are breakpoints hits, exception created by the ongoing program and if or any memory violations occurs. As discussed in the previous slide that the kernel mode is the highest mode of privilege for any user; let us see how. At the kernel level (i.e. the 0th ring of an operating system) a debugger interacts with the registers of the system which is the core of any operation being performed. States of various registers can be examined

anoevel-debugger-on-windows-based-application's People

Contributors

98hritika avatar

Watchers

 avatar

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.