PAMunb/JimpleFramework

Error when decompiling code without the local-variable-table

Opened this issue · 0 comments

We use the local-variable-table to configure the set of local variables of a method (including the corresponding type). Nonetheless, this table is only available when the source code of a system has been compiled using the -g (which sets debugging information).

Tasks:

  • Find a possible alternative to this problem
  • Implement the fix
  • Investigate if the implicit parameter + the formal arguments are being properly assigned to the local variables