Skip to content

Commit 24412c4

Browse files
committed
Update README for dune-built CodeHawk
1 parent 12b16c3 commit 24412c4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,20 @@ development and thus somewhat experimental.
2121
### Requirements
2222

2323
The command-line interface requires python3.5 or higher. The analyzer
24-
requires a Java runtime environment.
24+
requires a Java development kit (to provide the `jar` tool).
2525

2626
Build instructions for the CodeHawk Binary Analyzer are available
2727
[here](https://github.com/static-analysis-engineering/codehawk/tree/master/CodeHawk).
28-
Upon completion copy the analyzer, `chx86_analyze`, from the `CodeHawk/CHB/bchcmdline`
28+
Upon completion copy the analyzer, `chx86_analyze`, from the `CodeHawk/_build/install/default/bin/`
2929
directory to the appropriate directory in `chb/bin/binaries`, or point the Config.py
30-
(or ConfigLocal.py) in `chb/util/` to its location. You can check the configuration
31-
with
30+
(or ConfigLocal.py) in `chb/util/` to its location.
31+
32+
You can check the configuration with
3233
```
3334
> chkx info
3435
Analyzer configuration:
3536
-----------------------
36-
analyzer : /home/myname/codehawk/CodeHawk/CHB/bchcmdline/chx86_analyze (found)
37+
analyzer : /home/myname/codehawk/CodeHawk/_build/install/default/bin/chx86_analyze (found)
3738
summaries: /home/myname/codehawk/CodeHawk/CHB/bchsummaries/bchsummaries.jar (found)
3839
```
3940

0 commit comments

Comments
 (0)