Git Product home page Git Product logo

Comments (3)

zachriggle avatar zachriggle commented on July 20, 2024

I use ipython pretty extensively while using pwntools. Outside of pretty-printing (which I've added commits for for the ELF and ROP cases), what specific features would you like to see added?

The exploit dev cycle is generally more "run the script" than interactive after a point, so my use-case is ipython -i exploit.py to allow me to interact with the script after it exits. What's your use-case?

from pwntools.

brifordwylie avatar brifordwylie commented on July 20, 2024

oh, mostly it's just setting up the local namespace with shortcuts and adding an 'auto-quoter' for those shortcuts... also having an 'active object' where operations are applied to that object. Nothing super fancy but it comes in handy. In the video above you can see that I use shortcuts like 'view' instead workbench.work_request('view', md5). I mostly suggested the embedded IPython shell as a way to contribute to a kewl project. Feel free to close this issue. :)

from pwntools.

TethysSvensson avatar TethysSvensson commented on July 20, 2024

I am not enought of a IPython poweruser to know what would be nice to have, or even if we want something like that.

I most just have this line in my ipython_config.py

c.InteractiveShellApp.exec_lines = [ 'from pwn import *', 'import pwn', 'import z3', ]

You are welcome to look at what would be nice and as long as it will not introduce large amounts of bloat, we would likely accept it! :)

from pwntools.

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.