summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13Update the linear view when segments/sections change. Fix https://github.com/...Xusheng
2024-12-11WARP: Run `cargo fmt`Mason Reed
2024-12-11WARP: Add ability to save single function to fileMason Reed
2024-12-11Fix incorrectly named argument for `get_open_filename_input`Mason Reed
2024-12-11Support setting a function type using a typedef-ed function type. FixXusheng
2024-12-10[SharedCache] Fix slide info parsing and complete v2 supportWeiN76LQh
2024-12-10[SharedCache] Fix padding issue with v5 slide infoWeiN76LQh
2024-12-10Fix a compilation error on Windowskat
2024-12-10[SharedCache] Use basic copy-on-write for viewStateCacheMark Rowe
2024-12-10[SharedCache] Preserve flags when splitting a memory regionMark Rowe
2024-12-10[SharedCache] Have VM track ranges rather than pagesMark Rowe
2024-12-10[SharedCache] Switch to SAX-based writer API for JSON serializationAuthor: Mark Rowe
2024-12-10[SharedCache] Rework metadata serialization to reduce memory overheadMark Rowe
2024-12-06Add `ui.view.symbols.hideExternalSymbols` to user docsMason Reed
2024-12-06fix old link to type libraries in guideJordan Wiens
2024-12-05fix documentation around workflow example codeJordan Wiens
2024-12-05Add entry functions in triage viewZichuan Li
2024-12-05Implement SHN_COMMON symbol handlingMitchell Johnson
2024-12-04IDB Import: Bump idb-rs to 0.1.6Mason Reed
2024-12-04Fix missing ref increment in BinaryView::GetRelocationsAtMason Reed
2024-12-04Add support for DW_OP_addrx lookups for data variablesJosh Ferrell
2024-12-03Add `Relocation` information to python apiMason Reed
2024-12-03IDB Import: Misc clippy lintsMason Reed
2024-12-03IDB Import: Bump idb-rs dependencyMason Reed
2024-12-03Multiple fixes for HI16/LO16 relocs for MIPS64Brandon Miller
2024-12-03Update documentation for add_memory_region.Brian Potchik
2024-12-01Clarify workflow machine API note.Brian Potchik
2024-12-01Revert "remove outdated mention of commercial only in workflows API"Jordan Wiens
2024-12-01WARP: Run `cargo fmt`Mason Reed
2024-12-01WARP: Prune useless functions and display progress in background taskMason Reed
2024-12-01remove outdated mention of commercial only in workflows APIJordan Wiens
2024-11-30Run `cargo fmt` on RISC-V architectureMason Reed
2024-11-30Remove temp register in JALR RISC-V when unusedMason Reed
2024-11-30Update RISC-V function import recognizerMason Reed
2024-11-29Fix RISC-V JALR lift when rs1==rdMitchell Johnson
2024-11-28Fix API memory leak in data renderers and language representationsRusty Wagner
2024-11-27Add support for a logical memory map representation.Brian Potchik
2024-11-25Fix shrx, shlx, sarx, rorxyrp
2024-11-25RISC-V: Implements MULH, MULHU, MULHSU liftingJean-Michel Deva
2024-11-25WARP: Improve wording on `Trivial Function Length` descriptionMason Reed
2024-11-22Update theme docs to include indentation lines.Alexander Taylor
2024-11-25Add a concepts diagram to the Workflow docs.Alexander Taylor
2024-11-25Rename 'defaultAnalysis' to 'baseAnalysis' in the Workflow system.Brian Potchik
2024-11-25Fix regression with MIPS_HI16/MIPS_LO16 relocsBrandon Miller