From a8f928200be545aeec6fa00d297adcddb1e81210 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer <16624109+yelhamer@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:33:07 +0100 Subject: [PATCH] remove ppid member from ProcessHandle Co-authored-by: Willi Ballenthin --- capa/features/extractors/base_extractor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/capa/features/extractors/base_extractor.py b/capa/features/extractors/base_extractor.py index b0b8126c..9c672706 100644 --- a/capa/features/extractors/base_extractor.py +++ b/capa/features/extractors/base_extractor.py @@ -275,7 +275,6 @@ class ProcessHandle: inner: sandbox-specific data """ - ppid: int pid: int inner: Any