Git Product home page Git Product logo

lldbinit's Issues

โ€bmโ€œ Command not effective

Hello, when debugging the iOS app, I used lldb to start the app, which imported a framework module. I tried to use "bm targetModuleFullPath", but no result was generated. How should I use it?

Another problem is that in line 2071 of your latest py file, there is an indentation problem that needs to be fixed.

On Mojave, get lots of issues

Starting with the 'return outside function' which was already reported, but fixing that I then have lldb complain about importing 'argparse'

python 3 support request

hi,

the latest lldb version of macos has updated to python3, and can not use lldbinit now.

any plan to support python3?

problem with viewing registers values

hi,
im debugging iPhone 7 plus, and having problem with viewing the registers values.

Screen Shot 2021-04-03 at 14 02 36

if i highlight the values i can see that they always 0.

Screen Shot 2021-04-03 at 14 03 57

does the lldbinit support arm64?

cmd_arm64 function failure

With the current code in cmd_arm64, when trying to use the arm64 command, I get:

keystone.keystone.KsError: Invalid mode (KS_ERR_MODE)

The reason for this seems to be a change in keystone-engine (I think).

The offending code is

assemble_keystone(keystone.KS_ARCH_ARM64, keystone.KS_MODE_ARM, inst_list)

I believe it should be

assemble_keystone(keystone.KS_ARCH_ARM64, keystone.KS_MODE_LITTLE_ENDIAN, inst_list)

I'm not sure if this is a keystone issue or an issue with lldbinit.

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.