summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2025-06-23Move workflow_objc to API repo, remove CFString & relptr rendererskat
2025-06-13[Rust] Fix dwarfdump not buildingMason Reed
2025-06-13[Rust] Misc API additions/docs and formatting fixesMason Reed
2025-06-05Stack Offset render layer: Use AnnotationToken to fix Edit InstructionGlenn Smith
2025-06-05Fix running in headless modeMichael Krasnitski
2025-06-05Fix incorrect paths in EFI ResolverMichael Krasnitski
2025-05-27Misc rust formattingMason Reed
2025-05-27update idb_import idb-rs to 0.1.10rbran
2025-05-26Fix crash when exporting DWARF failsJosh Ferrell
2025-05-23Add aliases for the RTTI/VFT analysis activities.Brian Potchik
2025-05-23[RTTI] Fix exception in binary with a erroneous class hierarchy descriptorMason Reed
2025-05-23[RTTI] Fix typo in some log callsMason Reed
2025-05-22[RTTI] Catch uncaught exceptions to let analysis finish in the event of an th...Mason Reed
2025-05-17[RTTI] Fix crash with zeroed base class descriptorMason Reed
2025-05-16Fix crash with invalid vtable info when processing MSVC vftablesMason Reed
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-05-12[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`Mason Reed
2025-05-12[Rust] Implement custom interactive handlerrbran
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] More cleanup regarding `BnString`Mason Reed
2025-05-12[Rust] Misc clippy lintsMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason Reed
2025-05-09[RTTI] Loosen section semantic sanity checks in Itanium RTTI processingMason Reed
2025-05-09[RTTI] Handle type names emitted by GCC with a leading `*`Mark Rowe
2025-05-09[RTTI] Handle cxxabi vtables being referenced via RELOC_COPYMark Rowe
2025-05-08Implement EFI resolver as a module workflowBrandon Miller
2025-05-07[Rust] Fix a pre-existing formatting issue CI is complaining aboutMark Rowe
2025-05-04Add a setting to disable creating a backing memory region for SVD regionsMason Reed
2025-05-02Add core decompiler loop as a dependency of VFT analysis to ensure newly intr...Brian Potchik
2025-04-26Fix some RTTI information being overwritten by empty class infoMason Reed
2025-04-26Demangle more types in Itanium RTTIMason Reed
2025-04-25Fix misc rust formattingMason Reed
2025-04-25Fix Itanium RTTI skipping type info with stripped root type info objectMason Reed
2025-04-23Various DWARF fixesJosh Ferrell
2025-04-23Fix Stack Render Layer availability in Free editionGlenn Smith
2025-04-21Fix Itanium VFT analysis crashing when possible VFT at section start boundaryMason Reed
2025-04-21Fix misc invalid root type info construction in Itanium RTTIMason Reed
2025-04-15Include RTTI analysis in free versionMason Reed
2025-04-15Include SVD loader in free versionMason Reed
2025-04-14Set vendor for .eh_frame parsing for aarch64 binariesJosh Ferrell
2025-04-10Fix function type construction leaking in Rust APIMason Reed
2025-04-09Fix capitalization of AArch64.Alexander Taylor
2025-04-08Improve MSVC VFT analysis speed and accuracyMason Reed
2025-04-08Add misc cancellation points in RTTI analysisMason Reed
2025-04-08Fix workflow Rust API not returning refcounted objectsMason Reed
2025-04-01DWARF Parser: Remove error log and ignore lexical ranges that start and end at 0ElykDeer
2025-03-29Remove ineffective call to UpdateAnalysis in VFT plugin.Brian Potchik
2025-03-28belated copyright year updateJordan Wiens
2025-03-27RTTI: Add background task back and make it cancellableMason Reed