Giter Club home page Giter Club logo

bda's People

Contributors

calaylin avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bda's Issues

Order of execution

Hi,

I have a binary I would like to analyse. Could you perhaps describe the order of execution of the files? Since all components have a main, is there a script that invokes all (necessary) files in order?

Kind regards.

Bjoern Radare

Hi,

do you perhaps still have the "bjoern-radare" version of Bjoern available?
Since bjoern-radare is updated to radare2csv, but the available repo seems incomplete/incompatible with the bjoern documentation.

Kind regards.

Difficulties with deploying Joern

If you are having trouble with generating abstract syntax trees from decompiled pseudo code using Bjoern fuzzy parser, I recommend to use this docker image: neepl/joern

Command Sequence

  1. Get docker image
docker pull neepl/joern
  1. Import C pseudo code
docker run -v "</path/to/pseudo/code/>":/code -p 7474:7474 --rm -w /code neepl/joern java -jar /joern/bin/joern.jar .
docker run -d -v "</path/to/pseudo/code/>":/code -p 7474:7474 neepl/joern /var/lib/neo4j/bin/neo4j console
  1. Export abstract syntax tree
docker exec <docker_id> /bin/bash -c "echo 'queryNodeIndex(\"type:Function\").id' | joern-lookup -g | joern-plot-ast | joern-astlabel | joern-ast2features > /code/ast_output.dep"
  1. Clean up and remove docker container
docker exec <docker_id> /bin/bash -c "rm -r /code/.joernIndex"
docker kill <docker_id>
docker rm <docker_id>

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.