summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-15add note to show_message_box API about escapingJordan Wiens
2025-08-14[Mac] Consistently specify rpaths for plug-insMark Rowe
2025-08-14Add "highlight returns" render layer exampleGlenn Smith
2025-08-14[thumb2] silence parentheses-equality warnings when compiling generated thumb...Galen Williamson
2025-08-14[armv7] add explicit signedness to conversions for scalar forms of VCVTGalen Williamson
2025-08-14[thumb2] improved disassembly and lifting of VCVT instruction for scalar floa...Galen Williamson
2025-08-14Corrected python docstring for LowLevelILFunction.float_convertGalen Williamson
2025-08-14[armv7] Add lifting for VCVT floating-point scalar variantsGalen Williamson
2025-08-14[thumb2] Updated thumb2 disassembler generator to use Tatsu-generated parser ...Galen Williamson
2025-08-14[armv7/thumb2] Fix Lifting for PC-relative vldr instruction does not align PC...Galen Williamson
2025-08-14Bump CURRENT_CORE_ABI_VERSION for GetFilePathInProjectAlexander Khosrowshahi
2025-08-14Expose GetFilePathInProject API for context menuAlexander Khosrowshahi
2025-08-14ELFView performance fix: avoid calling GetSectionsAt in the innerloopPeter LaFosse
2025-08-14Ensure ELFView only add segments in a Begin/EndBulkAddSegments contextPeter LaFosse
2025-08-13[DSC] Add support for DriverKit shared cachesMark Rowe
2025-08-13[WARP] Use type-safe activity configurationMark Rowe
2025-08-13[SVD] Use type-safe activity configurationMark Rowe
2025-08-13[Rust] Add builder API for creating workflowsMark Rowe
2025-08-13[Rust] Add a type-safe builder API for Activity configurationMark Rowe
2025-08-13[Rust] Fix warnings about names that are not snake caseMark Rowe
2025-08-13make type library questions headersJordan Wiens
2025-08-13Fix round and single-operand uses of COMBINE in Pseudo-CGalen Williamson
2025-08-12Docs: fix example descriptionsGlenn Smith
2025-08-12Docs: use new log apiGlenn Smith
2025-08-12Docs: reorder to have python first in multi-lang sectionsGlenn Smith
2025-08-12Docs: Note about AnalysisContext vs FunctionGlenn Smith
2025-08-08Update remaining projects to C++20Mark Rowe
2025-08-07Fix clean builds when CMake is using Unix MakefilesMark Rowe
2025-08-08[WARP] Move symbol and comment application to when matched functions are inse...Mason Reed
2025-08-06[Rust] Take download callbacks by reference to avoid boxingMason Reed
2025-08-05[ELF] Fix a memory leak when parsing .gnu_debugdataMark Rowe
2025-08-05Avoid leaking Relocation instancesMark Rowe
2025-08-05[ARM64] Fix lifting of mrs xzr, ... to not reference the xzr registerMark Rowe
2025-08-03Fix undefined `log_error` in downloadprovider.pyMason Reed
2025-08-03[Rust] Misc formattingMason Reed
2025-08-01Make the IL iterators real iterators for std::find_ifGlenn Smith
2025-08-01Update IL modification docsGlenn Smith
2025-08-01Support MLIL expr mappings in C++Glenn Smith
2025-08-01Add unflatten workflow example C++ portGlenn Smith
2025-08-01Add log functions for logging the current stack trace without an active excep...Rusty Wagner
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-08-01Add log_for_exception family of APIs to the Python APIRusty Wagner
2025-08-01Add log message dialog for showing stack tracesRusty Wagner
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-07-31improve focusing in type browserJordan Wiens
2025-07-31fix a recursion bug in the tabsyncingJordan Wiens
2025-07-31add focusandselectfilter for filtereditJordan Wiens
2025-07-31support for multi-language code block tab syncingJordan Wiens
2025-07-31correct fix for s and i hotkeys in type browserJordan Wiens
2025-07-31fix initial focus in type browserJordan Wiens