Giter Club home page Giter Club logo

Comments (4)

codyroux avatar codyroux commented on July 21, 2024

Full disclosure: this plugin was written by one of our students who has since moved on. I'm going to try to crawl through the code and documentation, but it might take a bit.

from cbat_tools.

iamdeeban avatar iamdeeban commented on July 21, 2024

Thank you for taking your time on this. No problem.

from cbat_tools.

jtpaasch avatar jtpaasch commented on July 21, 2024

I'll chime in with answers to the first 3.

  1. The numbers displayed there are the TIDs.

    "%a@ @[Precondition:@ %a@]@ @[Postcondition:@ %a@]@."

  2. Here the VSA is intentionally stopping, because (as the message says) it's trying to do a left bit shift, and one of the value-sets has a maximum element that's bigger than the width of the other value-set. We didn't implement handling of such cases, so the analysis simply stops and reports this. To get past this, try running the plugin with the --value-set-keep-trying flag. That will tell the plugin to simply use top as the result of the bitshift operation, rather than stopping.

  3. Good question. This can be a bit hard to spot in the README for the explicit-edge plugin, but it notes that --explicit-edge-sub is different from --value-set-sub. So you need to include both flags in your command if you want the value-set to only run on main, and then you also want the explicit-edge to run on main. Like this: bap ./switch -p explicit-edge --value-set-sub main --explicit-edge-sub main

from cbat_tools.

iamdeeban avatar iamdeeban commented on July 21, 2024

Thank you @jtpaasch for your inputs. I will work with these changes and update if I have any queries.

from cbat_tools.

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.