Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 323 Bytes

code-analysis

The file that needs to be analyzed should be placed under test-files folder.

To run the static code analysis use the following command:

go run .\static-code-analysis.go -- program.go

To run the dynamic code analysis, use the following command:

go run .\dynamic-code-analysis.go -- program.go altered.go