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
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
-
# TODO
2
-
- double check if ive wrapped all functions
1
+
# Libipt
2
+
3
+
> The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference
4
+
implementation for decoding Intel PT. It can be used as a standalone library or
5
+
it can be partially or fully integrated into your tool.
6
+
7
+
This Repository contains high level rust bindings for the complete functionality provided by [the original libipt library](https://github.com/intel/libipt).
8
+
9
+
# State
10
+
11
+
## Testing
12
+
13
+
All of the functionality is implemented and should be working
14
+
but the test coverage is not complete.
15
+
If there is interest in this library i might add some more testing.
16
+
Contributions are also appreciated.
17
+
18
+
## Documentation
19
+
20
+
I did my best to provide useful documentation for most of the library.
21
+
If you see any missing or weird documentation feel free to open an issue or pull request.
0 commit comments