octopus-platform / joern-tools

Python utilities for joern
GNU General Public License v3.0
35 stars 16 forks source link

Missing files #13

Open tamerih opened 8 years ago

tamerih commented 8 years ago

I would like to use joern-tools, so currently I am trying to learn how to use it but I found when the joern-tools/examples/subtreeEmbed.sh run , there are some missing python files.

./subtreeEmbed.sh: line 1: ./lookup.py: No such file or directory
./subtreeEmbed.sh: line 1: ./getAst.py: No such file or directory
./subtreeEmbed.sh: line 1: ./astlabel.py: No such file or directory
./subtreeEmbed.sh: line 1: ./ast2features.py: No such file or directory
./subtreeEmbed.sh: line 1: ./demux.py: No such file or directory
./subtreeEmbed.sh: line 3: sally: command not found

I found similar names to the missing files at /joern-tools/build/scripts-2.7 folder. Is the files in this folder are the same missing files? can you please let me know where I can find these files? especially getAst.py file. Thank you!

dns43 commented 7 years ago

Same here! Replacing with old files might work around... but what's the actual reason for this?

-Thanks

mumuZhao commented 3 years ago

I would like to use joern-tools, so currently I am trying to learn how to use it but I found when the joern-tools/examples/subtreeEmbed.sh run , there are some missing python files.

./subtreeEmbed.sh: line 1: ./lookup.py: No such file or directory
./subtreeEmbed.sh: line 1: ./getAst.py: No such file or directory
./subtreeEmbed.sh: line 1: ./astlabel.py: No such file or directory
./subtreeEmbed.sh: line 1: ./ast2features.py: No such file or directory
./subtreeEmbed.sh: line 1: ./demux.py: No such file or directory
./subtreeEmbed.sh: line 3: sally: command not found

I found similar names to the missing files at /joern-tools/build/scripts-2.7 folder. Is the files in this folder are the same missing files? can you please let me know where I can find these files? especially getAst.py file. Thank you!

where is /joern-tools/build/scripts-2.7 folder? I can't find these files, for example lookup.py getAst.py ast2Features.py template.py Who can help me?