Find the ret instructions using Capstone Engine and uprobe the return statements

This commit is contained in:
M. Mert Yildiran
2022-06-08 21:52:13 +03:00
parent ba2738b7a4
commit ade3407d63
13 changed files with 265 additions and 97 deletions
+6
View File
@@ -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