summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2025-02-17Fix some misc Rust CMakeLists.txt issuesMason Reed
2025-02-13Add licensing check for Rust codeMason Reed
2025-02-11Rust API misc formattingMason Reed
2025-02-11Fix Rust InstructionTextTokenKind not consulting the string token contextMason Reed
2025-02-11Truncate requested section names to 16 bytes when importing DWARF info from a...Josh Ferrell
2025-02-04Fix misc rust formattingMason Reed
2025-02-04Fix crash with unnamed function self reference in DWARF importMason Reed
2025-02-02Fix crash in dwarf import when no constant value attribute found for enumerationMason Reed
2025-01-31Update IDB import to idb-rs 0.1.9rbran
2025-01-30Render LayersGlenn Smith
2025-01-27Fix building rust tests in demo modeMason Reed
2025-01-27Fix some rust race conditions and comment some likely suspectsMason Reed
2025-01-27Update idb_import to 0.1.8rbran
2025-01-25Fix incorrect immutable borrow for EnumerationBuilderMason Reed
2025-01-25MSVC RTTI: Narrow when pClassHierarchyDescriptor is recursed intonullableVoidPtr
2025-01-25MSVC RTTI: Recursively define ClassHierarchyDescriptorsnullableVoidPtr
2025-01-25MSVC RTTI: Fix typo on pClassHierarchyDescriptornullableVoidPtr
2025-01-25MSVC RTTI: Define attribute enumerations for Base Class Descriptors and Class...nullableVoidPtr
2025-01-25Bump `thiserror` and `itertools`Mason Reed
2025-01-25Fix statically linking PDB import plugin for demo buildsMason Reed
2025-01-25Rust refactorMason Reed
2025-01-11MSVC RTTI: Fix crash due to function creation on invalid virtual function entryMason Reed
2024-12-14WARP: Update readme to reflect correct env varMason Reed
2024-12-14WARP: Run `cargo clippy`Mason Reed
2024-12-14WARP: Run `cargo fmt`Mason Reed
2024-12-14WARP: Attempt auto linking to coreMason Reed
2024-12-13WARP: Misc clippy lintMason Reed
2024-12-13Bump supported rust version to 1.83.0Mason Reed
2024-12-13WARP: Misc bench fixMason Reed
2024-12-13WARP: User friendly file pickerMason Reed
2024-12-11WARP: Run `cargo fmt`Mason Reed
2024-12-11WARP: Add ability to save single function to fileMason Reed
2024-12-01WARP: Run `cargo fmt`Mason Reed
2024-12-01WARP: Prune useless functions and display progress in background taskMason Reed
2024-11-25WARP: Improve wording on `Trivial Function Length` descriptionMason Reed
2024-11-19Fix signature path lookup for core signatures in WARPMason Reed
2024-11-18MSVC RTTI: Make VFT type adjustableMason Reed
2024-11-13WARP: Cleanup Cargo.tomlMason Reed
2024-11-13WARP: More readable `WARP\\Debug\\Function Matcher` outputMason Reed
2024-11-12WARP: Set fixed image base for `sigem`Mason Reed
2024-11-12WARP: Fix function GUID creation masking off non relocatable constantsMason Reed
2024-11-12WARP: Run `cargo fmt`Mason Reed
2024-11-12WARP: Allow skipping trivial function constraintsMason Reed
2024-11-11WARP: Lazily include types for created signaturesMason Reed
2024-11-11WARP: More easily adjustable binja settingsMason Reed
2024-11-11WARP: Bump warp dependencyMason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-11WARP: Run `cargo clippy`Mason Reed
2024-11-11WARP: Call cache destructor and adjust worker thread count for view cleanupMason Reed
2024-11-11WARP: Lockless ViewIDMason Reed