summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2024-10-08Add support for zstd compressed DWARF, simplify handling of zlib compressed D...Josh Ferrell
2024-10-03Checkout enterprise license in rust headless modeMason Reed
2024-10-03Added IsForceLoadable method to BinaryViewTypeBrandon Miller
2024-10-03Make sure the undefined data variable does not get recreated by auto-analysis...Xusheng
2024-09-25Respect resource settings for network.pdbAutoDownloadJosh Ferrell
2024-09-23Fix nondeterminism when types in dwarf have conflicting namesJosh Ferrell
2024-09-23Update IDB import pluginMason Reed
2024-09-22Add get_relocation_ranges to rust apiMason Reed
2024-09-22Add LLIL_EXTERN_PTR to rust apiMason Reed
2024-09-19Add additional testing and handling for object settings.Brian Potchik
2024-09-17Prevent crash with 0 width enum in DWARFJosh Ferrell
2024-09-17Parse functions and comments in IDB importRubens Brandao
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
2024-08-30Fix warnings in lifting for C-SKY.Alexander Taylor
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-27Fix custom rust binary view's crashing when opening with optionsMason Reed
2024-08-24Allow the user to modify the BV during initializationRubens Brandao
2024-08-22Use add/sub with overflow when rebasing, fix crash.Alexander Taylor
2024-08-21Add progress context to load APIsJosh Ferrell
2024-08-21Fix symlink logic in rust api build on linuxJosh Ferrell
2024-08-20Initial support for per-function settings.Brian Potchik
2024-08-20DWARF: Recurse through DW_AT_abstract_origin when resolving typesJosh Ferrell
2024-08-16Support for automatic loading of <filename>.debug and <filename>.dSYMJosh Ferrell
2024-08-07Change error when applying function without name from dwarf info to debugJosh Ferrell
2024-08-04spelling error in rust docs for provenanceJordan Wiens
2024-08-02Fix arm64 Linux build by using std::os::raw::c_char rather than i8 to represe...Xusheng
2024-07-30Add MSRV field to Cargo.tomlMason Reed
2024-07-29Fix project tests in rust accessing to the same single project fileMason Reed
2024-07-29Revert temporary fix for enterprise crashing on rust project APIMason Reed
2024-07-29Fix crash when using projects API in rust with enterpriseMason Reed
2024-07-29fix rust Database::fileRubens Brandao
2024-07-28Fix `is_shutdown_requested` fn signaturemason
2024-07-26Finish the `DataBuffer` implementationRubens Brandao
2024-07-26Add more core API's to rustRubens Brandao
2024-07-26Add `VariableSourceType` type aliasMichael Krasnitski
2024-07-26Properly check for/log failures and return status on Typelib.write_to_filekat
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-18Support loading supplementary DWARF filesJosh Ferrell
2024-07-12Update bindgenMichael Krasnitski
2024-07-09Add ability to access database from rust API using FileMetadataMason Reed
2024-07-09Return option instead crashing on invalid database keysMason Reed
2024-07-09Rust API : Fix misc clippy warningsKyleMiles
2024-07-09implement rust UpdateRubens Brandao
2024-07-09fix TypeLibrary representationRubens Brandao
2024-07-09fix doc warningRubens Brandao
2024-07-09implement rust TypeLibraryRubens Brandao