준비물
- Il2CppDumper - https://github.com/Perfare/Il2CppDumper
- dnspy - https://github.com/0xd4d/dnSpy
- ghidra - https://ghidra-sre.org/
분석과정
- il2cpp로 apk빌드하여 apk 준비
- apk를 압축해제
- Il2CppDumper를 이용해서 압축해제한 폴더의 lib\arm64-v8a\libil2cpp.so 파일을 분석
- 위 Il2CppDumper 페이지의 Usage 확인
- https://ndb796.tistory.com/323 를 참고하여 Analyze까지 실행
- 완료