From 418eedd7bdccffc6fc7473d7d776cc23992420b7 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Wed, 17 Nov 2021 12:06:56 -0700 Subject: [PATCH] freeze: fix doc describing format --- capa/features/freeze.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/capa/features/freeze.py b/capa/features/freeze.py index aba19387..ca0b729b 100644 --- a/capa/features/freeze.py +++ b/capa/features/freeze.py @@ -8,12 +8,7 @@ json format: 'base address': int(base address), 'functions': { int(function va): { - 'basic blocks': { - int(basic block va): { - 'instructions': [instruction va, ...] - }, - ... - }, + int(basic block va): [int(instruction va), ...] ... }, ...