summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2024-01-19DWARF Import : Detect and resolve trivial infinite abstract origin cyclesKyleMiles
2024-01-19DWARF Import : Remove a bunch of CString overheadKyleMiles
2024-01-19Add support for components in debug infoKyleMiles
2024-01-09DWARF Export : Fix compatibility with other tools (no longer using DWO names ...KyleMiles
2024-01-08update copyright yearJordan Wiens
2024-01-04Add local label symbol type to always prioritize normal local symbols over co...Rusty Wagner
2024-01-04Add GetRelocationsAt APIRusty Wagner
2024-01-04Use unwrap_or_else to avoid running error path code when there isn't an errorRusty Wagner
2024-01-04Support function recognizers in Rust architecture pluginsRusty Wagner
2024-01-04Support relocations in Rust architecture pluginsRusty Wagner
2024-01-04Support patching in Rust architecture pluginsRusty Wagner
2024-01-04Support assemble callback in Rust architecture pluginsRusty Wagner
2024-01-04Support register stacks in Rust architecture pluginsRusty Wagner
2024-01-04Support intrinsics in Rust architecture pluginsRusty Wagner
2023-12-22add more documentation about specifying the full path for install_api.pyJordan Wiens
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-12-06DWARF Import : Check if functions already exist at parsed addresses and copy ...KyleMiles
2023-12-05Fix cmake dependency for dwarf import/exportKyleMiles
2023-12-05Resolves #3714: Adds core initialization/shutdown wrapper object (to the Rust...KyleMiles
2023-12-04Rust API : Fix some clippy warningsKyleMiles
2023-12-04Resolves #4774: Lifetimes were causing strings to get garbage collected befor...KyleMiles
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-11-21remove unecessary lock fileRubens Brandao
2023-11-21add mlil to rustRubens Brandao
2023-11-10Fix ARM64 Linux buildRusty Wagner
2023-11-06Type ContainersGlenn Smith
2023-10-25DWARF Import : Better detection and handling of malformed DWARF info; Resolve...KyleMiles
2023-10-17BNGetVariablesForParameters register list also works for float regsRusty Wagner
2023-09-29DWARF Import : Misc code cleanup, improvements, and enabling by default changesKyleMiles
2023-09-28Fix demo build issue on Linux due to failure to create symlink for libbinaryn...Xusheng
2023-09-20Rust API: Fix load settings not being the right load settingsGlenn Smith
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....KyleMiles
2023-09-19fix the rust API get_form_input bugJordan Wiens
2023-09-11Fix memory leak in functions calling BNCreateUserFunctionXusheng
2023-08-30DWARF Import : >450,000% Performance ImprovementKyleMiles
2023-08-25DWARF Import : Fix crash on recursively defined function type that contains i...KyleMiles
2023-08-25DWARF Import : More optimizationsKyleMiles
2023-08-25DWARF Import : Introduce fastpath for compilation unit handlingKyleMiles
2023-08-25DWARF Import : Correctly track parsing progressKyleMiles
2023-08-24Commit cargo.lock files for rust apiGlenn Smith
2023-08-22Change how DWARF Import initializes to enable unit testsKyleMiles
2023-08-22DWARF Import : Improved Cross-Compilation-Unit HandlingKyleMiles
2023-08-22DWARF : Update gimli dependencyKyleMiles
2023-08-22Recover parameter names even when type parsing fails (this could be a bad idea)KyleMiles
2023-08-22DWARF Import : Prevent another crash related to #4547KyleMiles
2023-08-17Rust API: Add Structure::base_structures and fix type on StructureBuilder::ba...Glenn Smith
2023-08-17Rust API: Stop using NamedTypeReference::from_raw directlyGlenn Smith
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-08-07[Rust API] Fix format string bug in BNLogGlenn Smith
2023-08-04DWARF Import : Fix crash / Bandaid fix for #4547KyleMiles