Coder Social home page Coder Social logo

Comments (2)

sudhackar avatar sudhackar commented on June 15, 2024

See the stack just before the printf() is called in gdb-peda.

gdb-peda$ b * 0x0804884e
Breakpoint 1 at 0x804884e
gdb-peda$ r
Starting program: /tmp/RemotePrinter 
This is a remote printer!
Enter IPv4 address:127.0.0.1
Enter port:8000
Thank you, I'm trying to print 127.0.0.1:8000 now!
[----------------------------------registers-----------------------------------]
EAX: 0xffffb3bc ("%p.%p.%p.%p.\n")
EBX: 0xf7fa8000 --> 0x1a8da8 
ECX: 0xffffb3a0 --> 0xffffb3bc ("%p.%p.%p.%p.\n")
EDX: 0xf7fa8000 --> 0x1a8da8 
ESI: 0x0 
EDI: 0x0 
EBP: 0xffffd3d8 --> 0xffffd418 --> 0x0 
ESP: 0xffffb3a0 --> 0xffffb3bc ("%p.%p.%p.%p.\n")
EIP: 0x804884e (call   0x80484e0 <printf@plt>)
EFLAGS: 0x292 (carry parity ADJUST zero SIGN trap INTERRUPT direction overflow)
[-------------------------------------code-------------------------------------]
   0x8048844:   sub    esp,0xc
   0x8048847:   lea    eax,[ebp-0x201c]
   0x804884d:   push   eax
=> 0x804884e:   call   0x80484e0 <printf@plt>
   0x8048853:   add    esp,0x10
   0x8048856:   sub    esp,0xc
   0x8048859:   push   DWORD PTR [ebp-0xc]
   0x804885c:   call   0x80485c0 <close@plt>
Guessed arguments:
arg[0]: 0xffffb3bc ("%p.%p.%p.%p.\n")
[------------------------------------stack-------------------------------------]
0000| 0xffffb3a0 --> 0xffffb3bc ("%p.%p.%p.%p.\n")
0004| 0xffffb3a4 --> 0xffffb3bc ("%p.%p.%p.%p.\n")
0008| 0xffffb3a8 --> 0x2000 ('')
0012| 0xffffb3ac --> 0x0 
0016| 0xffffb3b0 --> 0x0 
0020| 0xffffb3b4 --> 0x0 
0024| 0xffffb3b8 --> 0x0 
0028| 0xffffb3bc ("%p.%p.%p.%p.\n")
[------------------------------------------------------------------------------]
Legend: code, data, rodata, value

Breakpoint 1, 0x0804884e in ?? ()

See what is at

offset 1 : 0004| 0xffffb3a4 --> 0xffffb3bc ("%p.%p.%p.%p.\n")
offset 2 : 0008| 0xffffb3a8 --> 0x2000 ('')
offset 7 : 0028| 0xffffb3bc ("%p.%p.%p.%p.\n")

See if this is what you needed. Thanks!

from writeups.

Phil242 avatar Phil242 commented on June 15, 2024

Hi, many thx for the explains, got it ! Phil

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.