Giter Club home page Giter Club logo

2012_debugger's Introduction

2012_Debugger

OxFF 前言

  • 功能介绍

image.png

Ox00 基础功能

Ox01 单步

- 入口点位置,测试单步步过断点
- call 0x4010ac(输出字符串"testStepIn")
- call 0x40108f(输出字符串"testStepOut")

g
p
p
g

Ox02 硬件访问

- 硬件访问断点:(永久性断点会断下两次)
- 在 0x403000 上设置读取断点
- 在 0x403004 上设置写入断点

g
ba 403000
r
g
g

g
ba 403004
w
g
g

Ox03 软件访问

- 内存访问断点:(永久性断点会断下两次)
- 在 0x403000 上设置读取断点
- 在 0x403004 上设置写入断点

g
bm 403000
r
g
g

g
bm 403004
w
g
g

Ox04 软件执行

- 软件断点: 0040102F

g
bp 40102F
y
g
g

Ox05 硬件执行

- 硬件执行断点: 00401029

g
ba 401029
e
g
g

Ox06 内存执行

- 内存执行断点: 0040104F

g
ba 40104F
e
g
g

Ox07 查看内存、寄存器、栈

g


u


d 4010CA
y


r


u

Ox08 查看模块

lm

Ox10 高级功能

Ox11 条件断点

  • 使用MFC界面添加计数条件断点

    • image.png
    • image.png
    • image.png
  • END

Ox11 反反调试

  • 使用插件注入

    • image.png
    • image.png
    • image.png
  • END

Ox11 插件功能

image.png

Ox20 附加功能

Ox21 导入导出表

  • 导入表

    • image.png
  • 导出表

    • image.png

Ox22 符号解析

  • image.png

Ox23 源码调试

  • 使用code加载.CPP源码

    • image.png
  • 下断至main函数

    • image.png
  • 下断至cout

    • image.png
  • 对应响应断点

    • image.png

Ox24 DUMP

  • 使用dump命令导出文件

    • image.png

Ox25 其他

  • API断点

OxF0 后记

OxF1 参考链接

[超级列表框]启用Explorer主题_精易论坛

MFC中使用控制台窗口输入输出_Qsir的专栏-CSDN博客

2012_debugger's People

Contributors

co0kie-sh avatar

Watchers

 avatar

Forkers

lovecppp

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.