From 1a467455ba7cd938cd323dc214a342f5a8497880 Mon Sep 17 00:00:00 2001 From: mr-tz Date: Wed, 11 Sep 2024 11:14:40 +0000 Subject: [PATCH] prettier --- web/explorer/README.md | 2 +- web/explorer/index.html | 6 ++++- .../src/components/DescriptionPanel.vue | 24 +++++++++++++------ 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/web/explorer/README.md b/web/explorer/README.md index 6feb31498..e592ef554 100644 --- a/web/explorer/README.md +++ b/web/explorer/README.md @@ -17,7 +17,7 @@ capa Explorer Web is a browser-based user interface for exploring program capabi 2. **Import capa results**: - Click on "Upload from local" to select a capa analysis document file from your computer (with a version higher than 7.0.0). - - You can generate the analysis document by running `capa.exe -j results.json sample.exe_` + - You can generate the analysis document by running `capa.exe -j results.json sample.exe_` - Or, paste a URL to a capa JSON file and click the arrow button to load it. - Like for the other import mechanisms, loading of both plain (`.json`) and GZIP compressed JSON (`.json.gz`) files is supported). - Alternatively, use the "Preview Static" or "Preview Dynamic" for sample data. diff --git a/web/explorer/index.html b/web/explorer/index.html index b90da91f8..b88355943 100644 --- a/web/explorer/index.html +++ b/web/explorer/index.html @@ -5,7 +5,11 @@ capa Explorer Web - +
diff --git a/web/explorer/src/components/DescriptionPanel.vue b/web/explorer/src/components/DescriptionPanel.vue index 6ab7694ee..232bce540 100644 --- a/web/explorer/src/components/DescriptionPanel.vue +++ b/web/explorer/src/components/DescriptionPanel.vue @@ -16,13 +16,22 @@

New to capa? Follow these quick steps to get started:

    -
  1. Install capa, e.g. - +
  2. + Install capa, e.g. +
  3. -
  4. Analyze a sample and save the JSON results: +
  5. + Analyze a sample and save the JSON results:
    • $ capa -j /path/to/file > result.json
    @@ -43,7 +52,8 @@

    - You can download capa Explorer Web for offline usage via the download button in the top-right corner of this page. + You can download capa Explorer Web for offline usage via the download button in the top-right corner of + this page.