Coder Social home page Coder Social logo

cub3y0nd / assembly.rip Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 52 KB

李忠《x86 汇编语言:从实模式到保护模式》(第二版)检测点及章节习题 + pwndbg 速查手册

Home Page: https://cubeyond.net

License: Other

Assembly 100.00%
answers practise x86-nasm assembly assembly-language assembly-language-programming assembly-x86

assembly.rip's Introduction

assembly.rip

李忠《x86 汇编语言:从实模式到保护模式》(第二版)检测点及章节习题

目录

pwndbg cheat sheet

这份 Cheat Sheet 记录了一些常用的 pwndbg 调试指令,方便查阅。

使用 Qemu + GDB 调试汇编程序

使用以下指令即可启动虚拟机:

qemu-system-i386 -s -S -drive format=raw,file=<binary_file> --nographic
  • <binary_file> 替换为你编译出来的二进制文件名

运行虚拟机后在新的终端打开 gdb,输入以下指令即可连接虚拟机远程调试:

set architecture i8086
target remote localhost:1234

使用 layout asm 可以查看接下来要运行的指令,十分方便。若要切换它的显示状态可以使用 Ctrl + X + A

更多用法可以参考我的 pwndbg cheat sheet

License

assembly.rip © 2024 by CuB3y0nd is licensed under CC BY-NC-SA 4.0.

assembly.rip's People

Contributors

cub3y0nd avatar

Stargazers

Tahmid Akbar Omim avatar  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.