CROSSINGTUD / SPDS

Efficient and Precise Pointer-Tracking Data-Flow Framework
Eclipse Public License 2.0
41 stars 37 forks source link

Missing artifact de.fraunhofer.iem:PathExpression:jar:1.0.0:compile #18

Closed oggboy closed 6 years ago

oggboy commented 6 years ago

error occurs when maven first build: Missing artifact de.fraunhofer.iem:PathExpression:jar:1.0.0:compile

oggboy commented 6 years ago

And there is no PathExpression lib in maven respository: https://mvnrepository.com/search?q=PathExpression

johspaeth commented 6 years ago

The repository contains a git submodule. Did you checkout the submodule PathExpression?

git clone --recurse-submodules

oggboy commented 6 years ago

Thank you and ploblem solved. Do we have more document about how to use it?

johspaeth commented 6 years ago

What do you plan to use it for? Which analysis are you interested? Boomerang or IDE/AL?

There are code examples for Boomerang here and examples for IDE/AL here hope these help.