Code IR and .dex dissasembler
This is the first iteration of the code IR, including the code to raise from .dex bytecode -> code IR and a dissasembler. The code IR offers a linearized view of method bytecodes, including EH information (try/catch blocks) and debug information. Test: bazel test :dexter_tests Change-Id: I85d91bd785d4cc29ffa3a1bb6c7241670a5bb594
Loading
Please sign in to comment