summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-19Add ui action to navigate to entry pointJosh Ferrell
2024-09-19Add tag text input in tag creation dialogJosh Ferrell
2024-09-19Fix font in triage imports listJosh Ferrell
2024-09-19Add additional testing and handling for object settings.Brian Potchik
2024-09-18Add support for loading symbols from .gnu_debugdataJosh Ferrell
2024-09-18Custom flow graph layout supportJosh Ferrell
2024-09-18Unify implementations of getStringForGraphTypeGlenn Smith
2024-09-17Prevent crash with 0 width enum in DWARFJosh Ferrell
2024-09-17Parse functions and comments in IDB importRubens Brandao
2024-09-17Fix description for single function analysis exampleJordan
2024-09-17Update wording to better reflect which architectures are open source.Alexander Taylor
2024-09-17Add IDB import to README list of pluginsMason Reed
2024-09-16Add PDB parser to README list of pluginsGlenn Smith
2024-09-16add section on special characters in type namesJordan Wiens
2024-09-16update single function analysis to use analysis_hold in batch processingJordan Wiens
2024-09-16Register and use loggers for COFF viewJosh Ferrell
2024-09-16Fail to resolve long PE section name when string table is invalidJosh Ferrell
2024-09-14Fix function size limit in batchJordan
2024-09-14Add mpidr_el1 aarch64 sysregJosh Ferrell
2024-09-13Fix many warningsJosh Ferrell
2024-09-13Ultimate.Alexander Taylor
2024-09-12adding copy to search resultsJordan Wiens
2024-09-08Respect ELF view endianness when calculating AArch64 relocationsMichael Krasnitski
2024-09-05Fix crash and UI lag for the address/find dialogs.Brian Potchik
2024-09-05Add doc note for get_linear_disassembly API.Brian Potchik
2024-09-02Fix panic on dwarf import when an exception frame extends to the end of memoryGlenn Smith
2024-08-30Don't rebase DWARF info in overflowing situations.Alexander Taylor
This appears to fix a bug in a TriCore unit test for reasons I don't fully understand.
2024-08-30Fix warnings in lifting for C-SKY.Alexander Taylor
2024-08-30Add support for loading mipsel64 filesJosh Ferrell
2024-08-30Initial IDB/TIL import pluginRubens Brandao
2024-08-29Fix misc rust warningsMason Reed
2024-08-29Update load setting properties from rust pluginMason Reed
2024-08-29Fix open with options with rust pluginsMason Reed
2024-08-28Add RemoteFolder C++ APIsJosh Ferrell
2024-08-27Fix the CMakeLists.txt for bintxt viewMason Reed
2024-08-27Implement IHEX, SREC and TI-TXT viewsRubens Brandao
All bundled under the arch_bintxt/arch_bintext view plugin
2024-08-27Fix custom rust binary view's crashing when opening with optionsMason Reed
2024-08-27Fixed fall-through VMOV liftingGalen Williamson
Conditions were not cascading, caused instructions to generate il for multiple variants of VMOV
2024-08-27Cleaned up formatting on new and old codeGalen Williamson
2024-08-27Constraint NEON instructions using operation flagsMason Reed
Also fix some formatting issues
2024-08-27Use split registers for VMOVMason Reed
2024-08-27Fix VPOP not setting registersMason Reed
2024-08-27Fix VDIV constraints and lift VNEGMason Reed
2024-08-27Fix unconstrained VADD and VABSMason Reed
2024-08-27Lift VMRS and mark system registersMason Reed
System registers needed to be marked to prevent the registers from being passed as arguments
2024-08-27Lift VSUB, VDIV, VMUL, VFMAMason Reed
VSUB already existed but it was lifted as a regular SUB instruction
2024-08-27Lift more variants of VCVT and correct a missed variant caseMason Reed
2024-08-27Lift VSTMIA, VLDMIAMason Reed
2024-08-27Fix non R register groups referencing PC for 15th register indexMason Reed
Any usage of d15, s15, q15 was completely broken
2024-08-27Lift misc V_ thumb instrunctionsMason Reed