File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,20 @@ development and thus somewhat experimental.
21
21
### Requirements
22
22
23
23
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) .
25
25
26
26
Build instructions for the CodeHawk Binary Analyzer are available
27
27
[ 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/ `
29
29
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
32
33
```
33
34
> chkx info
34
35
Analyzer configuration:
35
36
-----------------------
36
- analyzer : /home/myname/codehawk/CodeHawk/CHB/bchcmdline /chx86_analyze (found)
37
+ analyzer : /home/myname/codehawk/CodeHawk/_build/install/default/bin /chx86_analyze (found)
37
38
summaries: /home/myname/codehawk/CodeHawk/CHB/bchsummaries/bchsummaries.jar (found)
38
39
```
39
40
You can’t perform that action at this time.
0 commit comments