[all-commits] [llvm/llvm-project] cf8c51: [BOLT] Gadget scanner: detect authentication oracles
Anatoly Trosinenko via All-commits
all-commits at lists.llvm.org
Thu Apr 17 08:39:33 PDT 2025
Branch: refs/heads/users/atrosinenko/bolt-gs-auth-oracles
Home: https://github.com/llvm/llvm-project
Commit: cf8c516866e0815b7e93782ca35fa33f6287feac
https://github.com/llvm/llvm-project/commit/cf8c516866e0815b7e93782ca35fa33f6287feac
Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M bolt/include/bolt/Passes/PAuthGadgetScanner.h
M bolt/lib/Passes/PAuthGadgetScanner.cpp
A bolt/test/binary-analysis/AArch64/gs-pauth-authentication-oracles.s
M bolt/test/binary-analysis/AArch64/gs-pauth-debug-output.s
Log Message:
-----------
[BOLT] Gadget scanner: detect authentication oracles
Implement the detection of authentication instructions whose results can
be inspected by an attacker to know whether authentication succeeded.
As the properties of output registers of authentication instructions are
inspected, add a second set of analysis-related classes to iterate over
the instructions in reverse order.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list