https://github.com/lainio/findcfg
find and print control flow graph for a function
https://github.com/lainio/findcfg
Last synced: 4 months ago
JSON representation
find and print control flow graph for a function
- Host: GitHub
- URL: https://github.com/lainio/findcfg
- Owner: lainio
- License: mit
- Created: 2020-09-20T11:43:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T11:58:49.000Z (over 5 years ago)
- Last Synced: 2024-06-20T11:48:17.186Z (almost 2 years ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Find and print control flow graph
This is an experimental and a prelinimary tool to play with Go's analysis package.