mirror of
https://github.com/mandiant/capa.git
synced 2026-04-28 19:59:01 -07:00
The following commits introduces capa-webui, a new web-based tool to render capa existing output format - the result document. The current project structure is as follows - - webui/index.html: is the main HTML file, that serves as the entry point for the web application. - scripts/main.js: includes event handlers, DOM manipulation code - webui/assets/css/styles.css: contains the styles for the UI Webui is meant to be used a standalone static site, though for now we are splitting this into multiple souce files for ease of use. We can release a standalone static index.html in the releases. This initial draft is subject to major structrual changes Webui is meant to be deployed using github-pages