OS/Android
[Error] /system/bin/sh: ./frida-server: No such file or directory
suntall
2022. 8. 14. 07:41
Frida 서버 실행 시 발생한 에러이다.

분명히 권한 설정도 해줬고, ls-al로 보면 실행파일이 맞는데 위와 같은 에러가 발생했다.
64bit에 맞춰 설치하려던 게 문제였다.
getgrop -ro.product.cpu.abi
shell 안에서 위 명령어로 확인해보니

32bit인데 64bit 서버 파일을 설치하려고 해 문제가 생겼던 것 같다.
앞에 떡하니 generic_x86이라고 있는데 왜 그랬지
https://github.com/frida/frida/releases
Releases · frida/frida
Clone this repo to build Frida. Contribute to frida/frida development by creating an account on GitHub.
github.com
32bit 버전으로 다시 다운받았다.

뒤에 & 붙이는 거 까먹지 말기
