본문 바로가기

reversing/reversing

frida-ios class, method monitoring

SMALL

ios - class, method trace 

frida -H 192.168.0.39:4444 --codeshare mrmacete/objc-method-observer -p 475

> observeClass('NSString'); # class 모니터링 하고 싶은거
>  observeSomething('*[* *Password:*]'); # method 모니터링 하고 싶은거

 

LIST

'reversing > reversing' 카테고리의 다른 글

frida -memo  (0) 2021.06.22
ios - frida string 확인  (0) 2021.06.21
ios - ssl pinning 우회  (0) 2021.06.16
ios - usb to ssh  (0) 2021.06.16
ARM hooking 정리  (0) 2021.03.30