summaryrefslogtreecommitdiff
path: root/rust/examples/dwarfexport
AgeCommit message (Collapse)Author
2023-07-10Move DWARF Export in to DWARF folder in Rust API examples folderKyleMiles
2023-04-18DWARF Export Plugin: Add producer attribute to compilation unitKyleMiles
2023-04-07Disable DWARF Export by default for stableKyleMiles
2023-03-17Fix dwarfexport CMakeLists.txt (Now Includes Mac Builds!)KyleMiles
2023-03-08DWARF Export; add CIKyleMiles
2023-03-08DWARF Export Plugin : Fix circular references causing infinite recursionKyleMiles
2023-02-14Add DWARF ExportKyleMiles
This plugin exports: - Functions - Addresses - Name - Return type - Argument names and types - Data Variables - Name - Tyoe - Address - Types - All types in a BNDB except for: - TypeClass::FunctionTypeClass - TypeClass::VarArgsTypeClass - TypeClass::ValueTypeClass Current MAJOR TODOs include: - Finish exporting all the types - Verify what we export can be imported by other toosl - Auto-detect settings for the initial interaction dialouge - Allow the functions to be more easily called in a headless mode - Local function variable names and types - All my todo comments in the code