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.
2121### Requirements
2222
2323The 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
2626Build 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/ `
2929directory 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
3435Analyzer 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
You can’t perform that action at this time.
0 commit comments