mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-08-25 00:47:27 +00:00
Find the ret instructions using Capstone Engine and uprobe the return statements
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
git clone https://github.com/capstone-engine/capstone.git -b 4.0.2 && \
|
||||
git checkout capstone && \
|
||||
./make.sh && \
|
||||
sudo ./make.sh install
|
||||
Reference in New Issue
Block a user