GithubHelp home page GithubHelp logo

Comments (5)

andrew-ma avatar andrew-ma commented on May 20, 2024

also in the console I'm getting this
[<] new_dbg: dbg connect - Linux #1 SMP Debian 5.8.10-1kali1 (2020-09-22) x86_64 dialect: gdb [>] programActivated: exatlon_v1 local addr: 00400000, remote: unknown

from ret-sync.

bootleg avatar bootleg commented on May 20, 2024

Hi @andrew-ma

it seems your program is simply not running in gdb thus sync can not get local base address and context. Check below:

gdb$ info inferiors
  Num  Description       Executable
* 1    <null>            /bin/ls

gdb$ starti
Starting program: /bin/ls

Program stopped.
-----------------------------------------------------------------------------------------------------------------------[code]
=> 0x7ffff7dd6090 <_start>:     mov    rdi,rsp
-----------------------------------------------------------------------------------------------------------------------------
0x00007ffff7dd6090 in _start () from /lib64/ld-linux-x86-64.so.2

gdb$ info inferiors
  Num  Description       Executable
* 1    process 419       /bin/ls

After starti (or continue, run etc.) sync should be good when gdb break in.

from ret-sync.

andrew-ma avatar andrew-ma commented on May 20, 2024

Thank you it worked with starti. I tried it again with run, and it didn't work for run

from ret-sync.

bootleg avatar bootleg commented on May 20, 2024

hey o/

if you use run without a bp or a way to break in, the program will go full speed until its end and you'll find it not running again (already ended)

from ret-sync.

bootleg avatar bootleg commented on May 20, 2024

Closing as it seems inactive. Please re-open of necessary.

from ret-sync.

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.