diff --git a/deepcut-ghidra/README.md b/deepcut-ghidra/README.md index aaf6080..d4f79d6 100644 --- a/deepcut-ghidra/README.md +++ b/deepcut-ghidra/README.md @@ -55,8 +55,4 @@ If there are any errors please make sure you are using the proper path to Python 3 and the requirement dependencies installed. ## Troubleshooting -You can verify that dependencies are correct by navigating to: -`~/.ghidra/.ghidra_${VERSION}/Extensions/deepcut-ghidra/data` -and running `./python3 deepcut.py`. Python will throw errors if it -can't find dependencies. If the process runs and sits there waiting -for input, then the dependencies should be correct. \ No newline at end of file +The main analysis is performed by the script `deepcut.py` in the directory `~/.ghidra/.ghidra_${VERSION}/Extensions/deepcut-ghidra/ghidra_scripts/`, which can be run outside the context of Ghidra. Python will throw errors if it can't find dependencies. If the process runs and sits there waiting for input, then the dependencies should be correct. \ No newline at end of file diff --git a/deepcut-ghidra/requirements-torch_geometric.txt b/deepcut-ghidra/requirements-torch_geometric.txt deleted file mode 100644 index 22d8b70..0000000 --- a/deepcut-ghidra/requirements-torch_geometric.txt +++ /dev/null @@ -1,7 +0,0 @@ -torch-geometric==1.6.3 - ---find-links https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html -torch-sparse==0.6.8 -torch-scatter==2.0.5 -torch-cluster==1.5.8 -torch-spline-conv==1.2.0