You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
`unsafe_ops` is a low-level utility library designed to provide direct access to hardware and memory operations. It is tailored for developers working on embedded systems, operating systems, and performance-critical applications where low-level control and performance optimization are crucial.
4
4
5
+
-**Instruction Injection**
6
+
- Injection of instruction sequence on the host CPU directly and dynamically on runtime.
5
7
-**Direct Hardware I/O Access**
6
8
* Read and write to hardware ports (e.g., port_read8, port_write8).
0 commit comments