Files
Stephen-lei 82c310697f a simple scripts to show the details in a cfg file (#780)
to use this ,you have to put the CFG_pb2.py file,which from the  mcsema/tools/mcsema_disass/ida7/ ,into the same dir with this script
 type  python show_cfg.py "xxx.cfg" "xxx.txt" 
 the first arg is the location of the cfg file you want to see, like "./maze.cfg"
 the second arg is the location of the generated cfg details if the cfg file, like "./cfgdetails.txt"
2022-02-22 22:41:48 -05:00
..