cryptogo

command module
v0.0.0-...-04ceea2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

Crypto Go

CryptoGo is an improved version of Gokart, which adds more cryptographic rules. CryptoGo is an effective static analyzer.

Install

You can install CryptoGo locally by using any one of the options listed below.

Install with go install
$ go install github.com/1047261438/cryptogo

Extract the downloaded archive

$ tar -xvf cryptogo_${VERSION}_${ARCH}.tar.gz

Move the cryptogo binary into your path:

$ mv ./cryptogo /usr/local/bin/
Clone and build yourself
# clone the CryptoGo repo
$ git clone https://github.com/1047261438/cryptogo.git

# navigate into the repo directory and build
$ cd cryptogo
$ go build

# Move the cryptogo binary into your path
$ mv ./cryptogo /usr/local/bin

Usage

Run CryptoGo on a Go module in the current directory
# running without a directory specified defaults to '.'
cryptogo scan <flags>
Scan a Go module in a different directory
cryptogo scan <directory> <flags> 
Get Help
cryptogo help

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package cmd implements a simple command line interface using cobra
Package cmd implements a simple command line interface using cobra
Package run controls the loading of go code and the running of analyzers.
Package run controls the loading of go code and the running of analyzers.
Package util implements underlying functionality for building and traversing call graphs, configuraing and building analyzers and generating findings
Package util implements underlying functionality for building and traversing call graphs, configuraing and building analyzers and generating findings

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL