intel / xml-cli

UFFAF - UEFI Firmware Foundational Automation Framework (formerly XmlCli)
https://intel.github.io/xml-cli/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

[FEATURE] Perform Data Analytics on Output Generated JSON #8 #10

Open shubhamk-intel opened 1 year ago

shubhamk-intel commented 1 year ago

Analysing JSON data from 2 different ROM images in the form of Pie chart and bar graph view of various parameters.

This implementation allows us to see comparative analysis of 2 binary files. With the help of pie chart and bar graphs, we can analyze various components of section types and file types.

Implementation for #8