문제

I have looked at this question already but a graphical representation is not exactly what I want.

Is there a SOOT like tool for Javascript that gives you an intermediate representation you can play with? Or else, is there a Javascript -> Java-bytecode -> Javascript converter? (so that I can use SOOT with Java-bytecode to do my transformations and get it back as Javascript)

도움이 되었습니까?

해결책

I don't think such a tool exists. WALA can analyze JS to some extent but it cannot generate JS code again. Many people I know who analyze JS do this by modifying a JIT compiler.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top