Git Product home page Git Product logo

Comments (8)

sei-eschwartz avatar sei-eschwartz commented on September 16, 2024

Not all of Pharos can be run in parallel. What tool are you using, and what does the log indicate is going on at that time?

from pharos.

happydpc avatar happydpc commented on September 16, 2024

I am using ooanalyze, the partion step may const too much time and not utilize full cpu cores. And now the prolog reasoning step conitnues log "update_return_values, no output state for xxxxxx". Can I ignore these errors log?

from pharos.

happydpc avatar happydpc commented on September 16, 2024

Because the partioning step is so slow, I have to run serval binaries together to reduce the whole time.

image

from pharos.

sei-eschwartz avatar sei-eschwartz commented on September 16, 2024

To speed up partitioning, you can try using --no-semantics.

If you are seeing a lot of errors about no output state, you have probably run into a resource limit. Try the following options: --timeout 86400 --maximum-memory 100000 --partitioner-timeout 86400

from pharos.

happydpc avatar happydpc commented on September 16, 2024

Ok, thank you, I will hava a try.

from pharos.

happydpc avatar happydpc commented on September 16, 2024

To speed up partitioning, you can try using --no-semantics.

If you are seeing a lot of errors about no output state, you have probably run into a resource limit. Try the following options: --timeout 86400 --maximum-memory 100000 --partitioner-timeout 86400

Can I just run some analysis on specific class or symbol, because I can figure the address manually or from the export table symbol, I can figure out some class. How to just run some of them, not all ?
Analysing whole binary cost too much time.

from pharos.

sei-eschwartz avatar sei-eschwartz commented on September 16, 2024

This is not really possible in OOAnalyzer. Even if you know which methods you are interested in, facts from other methods still play an important role in deducing information.

from pharos.

sei-eschwartz avatar sei-eschwartz commented on September 16, 2024

If you are still having trouble, please reopen.

from pharos.

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.