We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881220d commit aca769bCopy full SHA for aca769b
rust/src/llvm.rs
@@ -1,3 +1,7 @@
1
+//! LLVM functionality exposed by the core.
2
+//!
3
+//! Also see [`crate::demangle::demangle_llvm`].
4
+
5
use binaryninjacore_sys::*;
6
use std::ffi::{c_char, c_int, CString};
7
0 commit comments