read what the binary says about itself: names, signatures, prototypes; gen v2
This commit is contained in:
parent
54ef572202
commit
c458b4cb50
34 changed files with 58363 additions and 192 deletions
|
|
@ -30,16 +30,20 @@ pub mod profile;
|
|||
|
||||
// ---- low-level engine (implementation detail; `pub` only for the fuzz harness, not a stable surface) ----
|
||||
pub mod abi;
|
||||
pub mod concmd;
|
||||
pub mod elf;
|
||||
pub mod emit;
|
||||
pub mod fingerprint;
|
||||
pub mod live;
|
||||
pub mod locate;
|
||||
pub mod par;
|
||||
pub mod prototypes;
|
||||
pub mod pulse;
|
||||
pub mod rtti;
|
||||
pub mod schema;
|
||||
pub mod sig;
|
||||
pub mod taxonomy;
|
||||
pub mod valvetab;
|
||||
pub mod xref;
|
||||
|
||||
// The canonical model + emitters live in the deriver-free `source2rosetta-core` crate; re-export them so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue