Giter Site home page Giter Site logo

Comments (3)

axt avatar axt commented on May 18, 2024

Hey. Sorry for my late response, I hope you could solve it in the meantime.

This repository is just a CFG visualization utility for 'angr', but except for the name, it has no relation to the 'angr' project at all.

You should try to ask for help on the official angr slack channel: https://angr.io/invite/

from angr-utils.

Lost-little-dinosaur avatar Lost-little-dinosaur commented on May 18, 2024

ok, thank you, but now I get another question:Does the tool support parsing binaries encoded in multiple languages and operating systems? So far, I have tried Python, C, Go and other languages coded in Windows and Linux respectively, and the result is that only the files compiled in C in Linux can be analyzed normally. I don't know whether my operation is wrong or the tool does not support those files
image

from angr-utils.

axt avatar axt commented on May 18, 2024

The only purpose of this utility is to visualize the control flow graphs, created by the 'angr' CFG analysis. If you see that the displayed CFG-s are not correct or complete, it has a high chance that the problem is with the CFG-s created by angr, and not with the visualization.

The error displayed above indicates that angr failed to resolve the jumptable correctly, because it doesn't know how to interpret the Iop_CasCmpNE64 VEX instruction. This will lead to inaccurate or partial CFGs, because it will not know on which addresses to continue the CFG recovery, so even a large portion of your control flow graph could be missing. To solve the error above, you would need to add handling of that instruction to angr or create a custom jump table resolver for your binary. Also, you can try to submit an issue to the angr project, and wait till someone picks it up, or ask for help about it on the slack channel, maybe someone already has a solution or help you where to start with it. They really have a supportive community.

I don't use angr since like 5-6 years, so I have no idea, what is the current status of the project in supporting various binaries.

from angr-utils.

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.