plutil1 바이너리 plist 파일 변환하기 iOS에서 사용하는 plist 파일은 대부분 바이너리 형태로 되어 있어서 Windows의 일반적인 에디터에서 볼 수 없다. 이 plist 파일을 XML로 변환하면 텍스트 에디터에서 쉽게 볼 수 있다.iTunes를 설치하면 아래 경로에 plutil.exe이 설치된다.C:\Program Files (x86)\Common Files\Apple\Apple Application Support아래 명령으로 바이너리 plist를 XML로 변환할 수 있다.plutil -convert xml1 file.plist 참고: http://forensicswiki.org/wiki/Converting_Binary_Plists 2015. 9. 16. 이전 1 다음