frida 강의 보는중 파일 생성이 안되네요..

홈 > 커뮤니티 > 질문 게시판
질문 게시판

frida 강의 보는중 파일 생성이 안되네요..

npm init -y 하고
npm i -D frida-compile typescript frida-il2cpp-bridge 한 후

 "spawn": "frida -U -f com.and.. -l dist/agent.js",
    "dev": "frida-compile src/index.ts -o dist/agent.js -w",
    "build": "frida-compile src/index.ts -o dist/agent.js -c"

한후 index.ts는 console.log("Frida loaded suceesfully! ") 이런식으로 둔 다음에
npm run build 했는데

 agent.js 파일이 생성이 안됩니다.

<project>/node_modules/@types/frida-gum/index.d.ts (2686,15): Duplicate identifier 'File'.
<project>/node_modules/@types/node/globals.d.ts (379,15): Duplicate identifier 'File'.
<project>/node_modules/@types/node/globals.d.ts (380,9): Duplicate identifier 'File'.

이런식으로 뜨네요.

파일이 중복 식별이 됐다는데,, 다운그레이드나 config창에서 바꾸라는데
config창에서 바꿔도 안되고, 다운그레이드는 할줄 모르는데 혹시 방법을 아시는 고수님 알려주시면 감사합니다.
1 Comments
2 피피에이 04.06 23:17  
윈도우 환경에서 진행했고 ld플레이어9 버전으로 진행 예정이였습니다