summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-10Fix the Triage Summary view's exports list to only update when visibleMark Rowe
2025-07-10Fix building rapidjson with clang on windowsJosh Ferrell
2025-07-10Improve DWARF local variable recoveryJosh Ferrell
2025-07-09reimplement llil validation for caller_sites and implement plural IL forms on...Jordan Wiens
2025-07-09Improve DWARF local variable offset calculationJosh Ferrell
2025-07-09Update current abi version for get system cache directoryAlexander Khosrowshahi
2025-07-09Quiesce the FeatureMap widget when hidden or disabled.Brian Potchik
2025-07-09Add get_system_cache_directory and GetSystemCacheDirectory to APIAlexander Khosrowshahi
2025-07-09[MachO] Treat a binary as containing Objective-C metadata if it has __objc_stubsMark Rowe
2025-07-08[MachO] Avoid leaking MachoObjCProcessorMark Rowe
2025-07-08[ObjC] Avoid leaking SymbolQueueMark Rowe
2025-07-08[RTTI] Fix leak of BackgroundTaskMark Rowe
2025-07-09Fix command palette focus stealing when clicking elsewhere.Brian Potchik
2025-07-08Parse sections containing Objective-C constantsMark Rowe
2025-07-08Add wrapping support for long inline string annotationsAlexander Khosrowshahi
2025-07-08Update variablelist.h for variable placement infoAlexander Khosrowshahi
2025-07-08Various improvements for guided disassembly mode.Brian Potchik
2025-07-08remove spurious freestring from coreversion initializerJordan Wiens
2025-07-07[ObjC] Fix handling of relative method selectors with MSVCMark Rowe
2025-07-07Add IL view type change UI context notificationRusty Wagner
2025-07-07KernelCache rewritekat
2025-07-06[WARP] Fix tag type creation marking the view as modifiedMason Reed
2025-07-06[Rust] Add `FileMetadata::forget_undo_actions`Mason Reed
2025-07-06[Rust] Make `ReportCollection::add_*` optionally take a viewMason Reed
2025-07-06[WARP] Recover register variables and re-add tags to matched functionsMason Reed
2025-07-06[Rust] Fix typo for `MediumLevelILFunction::live_instruction_for_variable` paramMason Reed
2025-07-06[Rust] Fix MLIL function expression index usage in place of instruction indexMason Reed
2025-07-05Fix ELF loader image base calculation to include memory-only PT_LOAD segments.Brian Potchik
2025-07-04[Rust] Fix double precision expression low level IL definitionMason Reed
2025-07-04[WARP] Fix possible skipped instructions when multiple IL expressions are app...Mason Reed
2025-07-04[RTTI] Fix vtables straddling section boundaries causing a OOB exceptionMason Reed
2025-07-04[SharedCache] Enqueue pointer sweep on image/region loadMason Reed
2025-07-04EFI Resolver user guide documentationBrandon Miller
2025-07-03[Rust] Fix clippy + rustfmt complaintsMark Rowe
2025-07-04[WARP] Remove warning about missing sections for Raw viewMason Reed
2025-07-04[Rust] Fix some grammar in README.mdMason Reed
2025-07-04[Rust] Add missing `ADD_OVERFLOW`, `TEST_BIT` and `LLIL_REG_STACK_FREE_REG` l...Mason Reed
2025-07-03Fix compilation with newer clang/gcc versionsJosh Ferrell
2025-07-03Fix C++ deprecation warnings in nlohmann and rapidjsonJosh Ferrell
2025-07-03Bump current core ABI versionAlexander Khosrowshahi
2025-07-03Add get_files_by_path_in_project and get_path_in_project to C++ and python APIsAlexander Khosrowshahi
2025-07-03Change 'Path' to 'Path on disk' in triage summaryAlexander Khosrowshahi
2025-07-03Add GetPathInProject() to core APIAlexander Khosrowshahi
2025-07-03Add API to get all type field references at the same time to avoid duplicatin...Rusty Wagner
2025-07-03Reduce number of refreshes and memory usage of cross references widget.Rusty Wagner
2025-07-03Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...Peter LaFosse
2025-07-03api: indirect branch inlining supportRyan Snyder
2025-07-03arm/thumb: signal that returns can switch archRyan Snyder
2025-07-03[Rust] Add simple binary view tags testMason Reed
2025-07-03Temporarily disable tags for WARP functions tag types are not thread safeMason Reed