Coder Social home page Coder Social logo

memrepl's People

Contributors

agustingianni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

memrepl's Issues

Connecting to frida-gadget? (frida.ProcessNotFoundError)

Having a bit of trouble getting memrepl to work against remote applications, any suggestions?

Target/Remote Machine

root@s5:/# LD_PRELOAD=/apps/frida-gadget-10.6.10-linux-x86_64.so /bin/ls

Debugger/Host Machine

dave@65b7fe7b9a12:/tools/memrepl# socat TCP-LISTEN:27042,bind=127.0.0.1,fork,reuseaddr TCP:172.17.0.3:27042 &
dave@65b7fe7b9a12:/tools/memrepl# memrepl -d tcp -l
Using device Device(id="tcp", name="Local TCP", type='remote').
Local processes list:
  PID    Name
  205    Gadget
dave@65b7fe7b9a12:/tools/memrepl# memrepl -d tcp -p 205
Using device Device(id="tcp", name="Local TCP", type='remote').
Attaching to process pid `205`.
Attaching to process `205`.
Traceback (most recent call last):
  File "/usr/local/bin/memrepl", line 9, in <module>
    load_entry_point('memrepl==1.0', 'console_scripts', 'memrepl')()
  File "build/bdist.linux-x86_64/egg/memrepl.py", line 498, in main
  File "build/bdist.linux-x86_64/egg/memrepl.py", line 281, in __init__
  File "build/bdist.linux-x86_64/egg/frida/__init__.py", line 57, in attach

  File "build/bdist.linux-x86_64/egg/frida/core.py", line 97, in attach
frida.ProcessNotFoundError: unable to find process with pid 205
dave@65b7fe7b9a12:/tools/memrepl# memrepl -d tcp -n Gadget
Using device Device(id="tcp", name="Local TCP", type='remote').
Defaulting to first process `Gadget:205`.
Attaching to process `205`.
Traceback (most recent call last):
  File "/usr/local/bin/memrepl", line 9, in <module>
    load_entry_point('memrepl==1.0', 'console_scripts', 'memrepl')()
  File "build/bdist.linux-x86_64/egg/memrepl.py", line 498, in main
  File "build/bdist.linux-x86_64/egg/memrepl.py", line 281, in __init__
  File "build/bdist.linux-x86_64/egg/frida/__init__.py", line 57, in attach

  File "build/bdist.linux-x86_64/egg/frida/core.py", line 97, in attach
frida.ProcessNotFoundError: unable to find process with pid 205

missing import statements

the "import logging" module is missing. Incase anybody is stuck with the issue. Please add "import logging" on the memrepl.py file.

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.