jjfiv / dalvik-js

Project for CS 691ST - Dalvik VM implementation in Javascript
23 stars 11 forks source link

make a list of the opcodes used by each of the test files #81

Closed etosch closed 12 years ago

etosch commented 12 years ago

To ensure opcode coverage, we need test files that call each of the opcodes. There are currently test files in tests and vmtest. We need documentation on the opcodes that our current test cases cover, as well as those that remain.

There is a cursory "icode" tracker written that can be modified (it hasn't been modified for several weeks now). The opcodes can also be read in disassembled dex files. The disassembler is part of the Android SDK. John can provide further guidance.

jjfiv commented 12 years ago

This is being automated in #41