diff options
Diffstat (limited to 'rust/src/architecture.rs')
| -rw-r--r-- | rust/src/architecture.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/architecture.rs b/rust/src/architecture.rs index 95bfedd6..878b2c5e 100644 --- a/rust/src/architecture.rs +++ b/rust/src/architecture.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//! Architectures provide disassembly, lifting, and associated metadata about a CPU to inform analysis and decompilation. + // container abstraction to avoid Vec<> (want CoreArchFlagList, CoreArchRegList) // RegisterInfo purge use binaryninjacore_sys::*; |
