Giter Site home page Giter Site logo

Comments (4)

Grazfather avatar Grazfather commented on May 7, 2024

Ah. The issue is that if the type is a pointer gef tries to dereference it. If it fails, then it prints 0.

from gef.

Grazfather avatar Grazfather commented on May 7, 2024

Fixed in #72

gef➤  x/20gx 0x602000
0x602000:       0x0000000000000000      0x0000000000000021
0x602010:       0x0000000000000000      0x0000000000000000
0x602020:       0x0000000000000000      0x0000000000000021 # Value is 0x21
0x602030:       0x0000000000000000      0x0000000000000000
0x602040:       0x0000000000000000      0x0000000000000021
0x602050:       0x0000000000000000      0x0000000000000000
0x602060:       0x0000000000000000      0x0000000000020fa1
0x602070:       0x0000000000000000      0x0000000000000000
0x602080:       0x0000000000000000      0x0000000000000000
0x602090:       0x0000000000000000      0x0000000000000000
gef➤  dt mchunk 0x602020
0x602020+0x0000 prev_size :             0x0000000000000000 (c_ulong)
0x602020+0x0008 size :                  0x0000000000000021 (c_ulong) # 😀
0x602020+0x0010 FD :                    0x0000000000000000 (c_ulong)
0x602020+0x0018 BK :                    0x0000000000000000 (c_ulong)
0x602020+0x0020 fd_nextsize :           0x0000000000000000 (c_ulong)
0x602020+0x0028 bk_nextsize :           0x0000000000000021 (c_ulong)
gef➤  x/gx 0x602028
0x602028:       0x0000000000000021

from gef.

hugsy avatar hugsy commented on May 7, 2024

😎

from gef.

Grazfather avatar Grazfather commented on May 7, 2024

💥

from gef.

Related Issues (20)

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.