Giter Site home page Giter Site logo

Some Errors... about pwndbg HOT 2 CLOSED

pwndbg avatar pwndbg commented on May 3, 2024
Some Errors...

from pwndbg.

Comments (2)

zachriggle avatar zachriggle commented on May 3, 2024

What were you working on when this happened? Was everything up-to-date (latest pwndbg, latest Capstone 4.0)?

The CS_OP_IMM error shouldn't happen, and I can't reproduce it. I can easily make a reference to that symbol.

diff --git a/pwndbg/disasm/arch.py b/pwndbg/disasm/arch.py
index c1bc475..9f94a61 100644
--- a/pwndbg/disasm/arch.py
+++ b/pwndbg/disasm/arch.py
@@ -4,6 +4,8 @@ import capstone
 import collections
 from capstone import *

+CS_OP_IMM
+
 debug = False

 groups = {v:k for k,v in globals().items() if k.startswith('CS_GRP_')}

The int-vs-long should also not happen, as we add long to the global namespace in inthook.py.

from pwndbg.

lieanu avatar lieanu commented on May 3, 2024

Sorry, it's a false alarm, I updated gdb to version 7.10 in my laptop yesterday, it use python 3.4.
After rebuilding, it works now. 👍

from pwndbg.

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.