diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2023-12-21 18:54:27 -0700 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-01-04 11:02:14 -0700 |
| commit | 7c98724a614550e37e5a33805e13179c87363b91 (patch) | |
| tree | 6091452ca3a6e384af1df60535b5ffe1bc3f9c97 /rust/src/lib.rs | |
| parent | 079861f0a8c5283711c5383417343f0959701cd7 (diff) | |
Support relocations in Rust architecture plugins
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index d9ea2d46..3636eb40 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -153,6 +153,7 @@ pub mod mlil; pub mod platform; pub mod rc; pub mod references; +pub mod relocation; pub mod section; pub mod segment; pub mod settings; |
