art-tracer
art-tracer copied to clipboard
compile failed for missing ./tools
hello,
I failed to compile it in node v11.15.0, I checked there isn't no tools in agent folder. Is there any dependency I missed? thanks.
[email protected] build /Users/uc/codes/frida_script/art-tracer frida-compile agent/index.ts -o _agent.js -x
{ [TypeScript error: agent/tracer.ts(9,57): Error TS2307: Cannot find module './tools'.] message: "agent/tracer.ts(9,57): Error TS2307: Cannot find module './tools'.", fileName: 'agent/tracer.ts', line: 9, column: 57, name: 'TypeScript error', inputs: Set { '/Users/uc/codes/frida_script/art-tracer/agent/index.ts', '/users/uc/codes/frida_script/art-tracer/agent/index.ts', '/users/uc/codes/frida_script/art-tracer/agent/logger.ts', '/users/uc/codes/frida_script/art-tracer/agent/shims-frida-java.d.ts', '/users/uc/codes/frida_script/art-tracer/agent/tracer.ts', '/users/uc/codes/fri