Coder Social home page Coder Social logo

vdbg's Introduction

vdbg

简介

一个自制的调试器,主要用于学习调试和反调试的技术。

调用库

  • capstone
  • ....

使用说明

支持的命令:

  • x addr num type (显示某个地址的值 addr为地址 num为显示的数量 type为数据类型,其中包括:b(字节) d(四个字节) g(八个字节))
  • reg (查看寄存器的值)
  • bp addr(添加断点)
  • u addr(查看该地址代码)
  • c (程序继续运行)
  • q (退出)
  • clear (清屏)

后记

第一次编写调试器,希望各位大佬帮帮忙提下建议,谢谢! (仍会继续更新为GUI版本)

vdbg's People

Watchers

James Cloos 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.