frida 강의 보는중 파일 생성이 안되네요..
피피에이
1
741
2024.04.06 22:02
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창에서 바꿔도 안되고, 다운그레이드는 할줄 모르는데 혹시 방법을 아시는 고수님 알려주시면 감사합니다.