Nytro Posted August 21, 2015 Report Posted August 21, 2015 BinNavi Copyright 2015 Google Inc.Disclaimer: This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.IntroductionBinNavi is a binary analysis IDE - an environment that allows users to inspect, navigate, edit, and annotate control-flow-graphs of disassembled code, do the same for the callgraph of the executable, collect and combine execution traces, and generally keep track of analysis results among a group of analysts.Link: https://github.com/google/binnavi Quote