Giter VIP home page Giter VIP logo

manticoreui-ghidra's People

Contributors

ekilmer avatar kokrui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

stjordanis

manticoreui-ghidra's Issues

Fix Gradle build dependency warnings

There are warnings thrown by gradle during the build about dependencies not being explicit. I believe this is due to some code-generation for protobuf and/or grpc. I don't know exactly how to fix this, but I think searching would probably yield an answer.

From another project, we have something like the following:

protobuf {
    generatedFilesBaseDir = "$projectDir/src"
    protoc {
        artifact = "com.google.protobuf:protoc:3.17.3"
    }
    generateProtoTasks {
        all().each { task -> task.dependsOn copyDependencies }
    }
}

Option to follow log output

If possible, there should be a button for the user to press that would follow Manticore's log output in the log window.

Ideally, the log windows default to following, but if the user starts scrolling up in that window, the automatic following is turned off. Then there would be a button to start following again which would also go to the end of the log if it is finished.

MUI Windows are initially hidden

The MUI setup/logging windows should initially be hidden until the user is ready to use them by clicking through the menu interface.

The workflow for starting MUI should be documented so that users are aware of how to find it.

Python code formatting/linting

This should be integrated into the justfile under the format and lint commands

I recommend adding the following tools with specific versions to a requirements-dev.txt file to the MUICore directory:

  • black formatter
  • mypy for type checking (although I'm not sure how nice this plays with grpc/protobuf, so could be optional for now)

Server: Find/Avoid hooks logic should be instance-specific

The RPC calls to Find/Avoid hooks should not be "universal to all future instances" as they are currently implemented. They should be instance-specific, and probably passed to the gRPC server only when StartNative is called.

This would also help the storing and reloading of MUI state based on each plugin's implementation of persistence.

CheckManticoreRunning should consider whether Manticore has finished finalizing/generating reports

Currently, Manticore can be in a non-running / killed state but still be in the midst of the finalize function https://github.com/trailofbits/manticore/blob/9e11bc9ae9cc961d38c2a4932372d89fec2c6b26/manticore/core/manticore.py#L1217

Where test case reports are still being generated and logs are still being output. With frontend clients relying on the CheckManticoreRunning function to determine whether to keep polling for logs, this means that some of the "generated test case x..." logs will not be polled for since CheckManticoreRunning will already return an is_running: False value

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.