Giter Club home page Giter Club logo

Comments (2)

drw0if avatar drw0if commented on August 10, 2024

Firstly: thanks for the comment.

Whenever you use a string format exploit you use %n to write the number of character printed up to now in a variable passed to printf, more information here (in our case we refer explicitly to the seventh variable because of the 7$ specifier) so we need to print a certain number of characters to reach the exact number to write in the address passed as first element of the exploit. You need to calculate it via trial and error since you don't know exactly how many character will be printed by the program in first place. The second number is calculated to overflow the higher part of the address since we are deciding to overwrite the got entry in two steps.
Here an amazing video about the whole argument.

from writeups.

wr47h avatar wr47h commented on August 10, 2024

Thank you so much for the explanation. I totally got it now. Thanks for the video reference as well.

from writeups.

Related Issues (2)

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.