Giter Club home page Giter Club logo

pegasus's Introduction

Pegasus - Windbg emulation plugin

Release Video email

Version

Prototype-version

Commands

0:000> !attach
eax=00a68320 ebx=009d0000 ecx=00000000 edx=00000000 esi=76536314 edi=76536308
eip=00f41040 esp=007bf8f4 ebp=007bf938
...
00000000`00f41040 680821f400      push    offset test!`string' (00000000`00f42108)

0:000> !mov eax 0
mov   eax,0

0:000> !regs
eax=00000000 ebx=009d0000 ecx=00000000 edx=00000000 esi=76536314 edi=76536308
eip=00f41040 esp=007bf8f4 ebp=007bf938
...

0:000> !swch
64bit or 32bit
...

0:000> !trace
eax=00a68320 ebx=009d0000 ecx=00000000 edx=00000000 esi=76536314 edi=76536308
eip=00f41045 esp=007bf8f0 ebp=007bf938
...
00000000`00f41045 ff151020f400    call    qword ptr [00000000`01e8305b]

0:000> !trace -r 00f4104b 
eax=00a68320 ebx=009d0000 ecx=00000000 edx=00000000 esi=76536314 edi=76536308
eip=7638cf60 esp=007bf8ec ebp=007bf938
...
00000000`7638cf60 8bff            mov     edi,edi
...
eax=77d70000 ebx=009d0000 ecx=2392c6cb edx=00000000 esi=76536314 edi=76536308
eip=00f4104b esp=007bf8f4 ebp=007bf938
...
00000000`00f4104b 681c21f400      push    offset test!`string' (00000000`00f4211c)

etc.

pegasus's People

Contributors

0a777h 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.