From bdf3e09315dcb00383475ad280545bd180f07022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0tampar?= Date: Sun, 16 Aug 2026 23:11:49 +0200 Subject: [PATCH 1/3] Adding support for multi-bit boolean extraction --- data/xml/queries.xml | 15 + lib/controller/action.py | 5 + lib/core/option.py | 4 +- lib/core/optiondict.py | 1 + lib/core/settings.py | 8 +- lib/parse/cmdline.py | 3 + lib/techniques/blind/inference.py | 12 +- lib/techniques/blind/multibit.py | 943 ++++++++++++++++++++++++++++++ tests/test_multibit.py | 418 +++++++++++++ 9 files changed, 1403 insertions(+), 6 deletions(-) create mode 100644 lib/techniques/blind/multibit.py create mode 100644 tests/test_multibit.py diff --git a/data/xml/queries.xml b/data/xml/queries.xml index 37b6680730c..41358a27199 100644 --- a/data/xml/queries.xml +++ b/data/xml/queries.xml @@ -20,6 +20,9 @@ + + + @@ -101,6 +104,9 @@ + + + @@ -180,6 +186,9 @@ + + + @@ -260,6 +269,9 @@ NOTE: ASCIISTR (https://www.techonthenet.com/oracle/functions/asciistr.php) --> + + +