#연구/#Python

Frida 파이썬 스크립트 예제 모음 사이트 #Frida Python Script Cheatsheet

every7hing 2020. 9. 24. 21:31
반응형

 

Frida 파이썬 스크립트 예제 모음 사이트 

#Frida Python Script Cheatsheet

 

상황에 맞는 Frida 파이썬 스크립트들이 잘 정리되어 있으니, 참고하면 좋을 것 같습니다.

잘 활용할려면, 이것저것 많이 연습해보는 것이 중요하겠죠?

 

https://awakened1712.github.io/hacking/hacking-frida/

 

Frida cheat sheet

Frida is particularly useful for dynamic analysis on Android/iOS/Windows applications. It allows us to set up hooks on the target functions so that we can inspect/modify the parameters and return value. We can also alter the entire logic of the hooked func

awakened1712.github.io

 

반응형