Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix declared fields in the dex module
There was some mismatch between the declared fields and the ones filled by the module: - `dex.field[*].static` and `dex.field[*].instance` were defined, but not declared, making their use impossible. They are now properly declared. - several fields in `dex.method[*].code_item` were declared but never defined: `padding`, `tries` and `handlers`. Those are removed since they couldn't have been used.
- Loading branch information