├── LICENSE ├── README.md ├── cmd.go ├── docs ├── index.md ├── mkdocs.yml └── readTheDocs.md ├── finding.go ├── iocs.go ├── magicRules.go ├── main.go ├── radarePipe.go ├── shell.go ├── ssdeep.go ├── supportFunc.go ├── workspace.go └── yaraPipe.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/README.md -------------------------------------------------------------------------------- /cmd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/cmd.go -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/docs/mkdocs.yml -------------------------------------------------------------------------------- /docs/readTheDocs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/docs/readTheDocs.md -------------------------------------------------------------------------------- /finding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/finding.go -------------------------------------------------------------------------------- /iocs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/iocs.go -------------------------------------------------------------------------------- /magicRules.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/magicRules.go -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/main.go -------------------------------------------------------------------------------- /radarePipe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/radarePipe.go -------------------------------------------------------------------------------- /shell.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/shell.go -------------------------------------------------------------------------------- /ssdeep.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/ssdeep.go -------------------------------------------------------------------------------- /supportFunc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/supportFunc.go -------------------------------------------------------------------------------- /workspace.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/workspace.go -------------------------------------------------------------------------------- /yaraPipe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolfvan/YaraRET/HEAD/yaraPipe.go --------------------------------------------------------------------------------