Code Monkey home page Code Monkey logo

Comments (4)

0xIO007 avatar 0xIO007 commented on May 31, 2024

File "/home/ahwei/.virtualenvs/angr/local/lib/python2.7/site-packages/pyvex/IRExpr/_init.py", line 47, in _translate
if c_expr[0] == ffi.NULL:


change if c_expr[0] == ffi.NULL: 
to if c_expr == ffi.NULL

it's can run with correct result. 
I'm not familiar with python.  I don't know the different between c_expr[0] and c_expr.

from angr.

rhelmot avatar rhelmot commented on May 31, 2024

Thanks for tracking that down! I have absolutely no idea why that would have fixed anything, but I've pushed a variant on that change.

@zardus you should figure out if the fact that this happened indicates anything weird going on under the hood in vex or pyvex_c...

from angr.

haowayne avatar haowayne commented on May 31, 2024

Could anyone please explain the meaning of the 'unstash' used in the script? I can't find a specific explanation.

from angr.

rhelmot avatar rhelmot commented on May 31, 2024

Unstash is the opposite of stash. Stash is to move some states from active to a given named stash. Unstash is to move them back.

Please open new issues to ask questions, instead of reusing the old issues.

from angr.

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.