summaryrefslogtreecommitdiff
path: root/bolt/test/binary-analysis
AgeCommit message (Expand)Author
2025-10-01[BOLT] Gadget scanner: make use of C++17 features and LLVM helpers (#141665)Anatoly Trosinenko
2025-10-01[BOLT] Gadget scanner: optionally assume auth traps on failure (#139778)Anatoly Trosinenko
2025-08-25[BOLT] Gadget scanner: account for BRK when searching for auth oracles (#137975)Anatoly Trosinenko
2025-07-31[BOLT] Fixed cmdline-args.test to work on Windows (#151209)Dmitry Vasilyev
2025-06-26[BOLT] Gadget scanner: detect untrusted LR before tail call (#137224)Anatoly Trosinenko
2025-06-26[BOLT][AArch64] Make gs-pacret-autiasp.s deterministic (#145527)Paschalis Mpeis
2025-06-25[BOLT] Gadget scanner: fix LR to be safe in leaf functions without CFG (#141824)Anatoly Trosinenko
2025-06-25[BOLT] Gadget scanner: improve handling of unreachable basic blocks (#136183)Anatoly Trosinenko
2025-06-19[BOLT] Gadget scanner: do not crash on debug-printing CFI instructions (#136151)Anatoly Trosinenko
2025-06-19[BOLT] Gadget scanner: detect authentication oracles (#135663)Anatoly Trosinenko
2025-05-26[BOLT] Gadget scanner: clarify MCPlusBuilder callbacks interface (#136147)Anatoly Trosinenko
2025-05-22[BOLT] Gadget scanner: refactor issue reporting (#135662)Anatoly Trosinenko
2025-05-20[BOLT] Gadget scanner: detect signing oracles (#134146)Anatoly Trosinenko
2025-05-20[BOLT] Gadget scanner: analyze functions without CFG information (#133461)Anatoly Trosinenko
2025-04-10[BOLT] Gadget scanner: refine class names and debug output (NFC) (#135073)Anatoly Trosinenko
2025-04-07[BOLT] Gadget scanner: detect address materialization and arithmetic (#132540)Anatoly Trosinenko
2025-04-03[BOLT] Gadget scanner: detect non-protected indirect calls (#131899)Anatoly Trosinenko
2025-03-25[BOLT] Gadget scanner: reformulate the state for data-flow analysis (#131898)Anatoly Trosinenko
2025-03-21[BOLT] Gadget scanner: refactor analysis of RET instructions (#131897)Anatoly Trosinenko
2025-03-21[BOLT] Gadget scanner: streamline issue reporting (#131896)Anatoly Trosinenko
2025-03-20[BOLT] Gadget scanner: factor out utility code (#131895)Anatoly Trosinenko
2025-02-24[BOLT] pacret-scanner: fix regression test failure (#128576)Kristof Beyls
2025-02-24[BOLT] pacret-scanner: fix regression tests... (#128565)Kristof Beyls
2025-02-24[BOLT][binary-analysis] Add initial pac-ret gadget scanner (#122304)Kristof Beyls
2024-12-12[BOLT] Introduce binary analysis tool based on BOLT (#115330)Kristof Beyls